Add "addons" to PSR autoloading configuration (#561).

This commit is contained in:
alext 2018-11-03 14:37:46 +01:00
parent 226f74ad6d
commit 01b0bc3fa3
1 changed files with 1 additions and 0 deletions

View File

@ -39,3 +39,4 @@ function register($namespace, $path) {
} }
register('Engine', __DIR__ . '/engine'); register('Engine', __DIR__ . '/engine');
register('Addons', __DIR__ . '/storage/addons');