Added new autoloading directories.
This commit is contained in:
parent
cfdb5c6359
commit
756f4762a6
1 changed files with 2 additions and 1 deletions
|
@ -39,4 +39,5 @@ function register($namespace, $path) {
|
|||
}
|
||||
|
||||
register('Engine', __DIR__ . '/engine');
|
||||
register('Addons', __DIR__ . '/addons');
|
||||
register('Themes', __DIR__ . '/themes');
|
||||
register('Plugins', __DIR__ . '/plugins');
|
||||
|
|
Loading…
Reference in a new issue