Changed path for the addons directory in the autoload configuration.
This commit is contained in:
parent
78362e4cac
commit
1e174c29a2
1 changed files with 1 additions and 1 deletions
|
@ -39,4 +39,4 @@ function register($namespace, $path) {
|
|||
}
|
||||
|
||||
register('Engine', __DIR__ . '/engine');
|
||||
register('Addons', __DIR__ . '/storage/addons');
|
||||
register('Addons', __DIR__ . '/addons');
|
||||
|
|
Loading…
Reference in a new issue