Files
hortusfox-web/app/modules/ExampleModule.php
Daniel Brendel c0b05def95 Initial commit
2023-09-25 12:02:04 +02:00

21 lines
285 B
PHP

<?php
/*
Asatru PHP - Module
*/
/**
* This class represents your module
*/
class ExampleModule {
public function __construct()
{
//
}
public function __destruct()
{
//
}
}