VENOM-10: Moved Modules to Own File to avoid User have to add it!
FIXED composer.json
This commit is contained in:
parent
f9dd03193e
commit
147189288f
4 changed files with 27 additions and 5 deletions
|
|
@ -1,9 +1,7 @@
|
|||
<?php
|
||||
|
||||
//register modules -> need to have the Module Class at parent with the init function ;)
|
||||
$modules = [
|
||||
'role' => Modules\RoleModule::class
|
||||
];
|
||||
$modules = [];
|
||||
|
||||
// register controllers that can handle templates ;) need to have a render function for this
|
||||
$controllers = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue