module manager
This commit is contained in:
9
kernel/Module.php
Normal file
9
kernel/Module.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace kernel;
|
||||
|
||||
|
||||
abstract class Module
|
||||
{
|
||||
abstract public function init();
|
||||
}
|
Reference in New Issue
Block a user