VENOM-10: Moved Modules to Own File to avoid User have to add it!

FIXED composer.json
This commit is contained in:
Maurice Grönwoldt 2020-12-06 12:30:12 +01:00
commit 147189288f
4 changed files with 27 additions and 5 deletions

View file

@ -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 = [