forked from mirrors/easyappointments
Add "addons" to PSR autoloading configuration (#561).
This commit is contained in:
parent
226f74ad6d
commit
01b0bc3fa3
1 changed files with 1 additions and 0 deletions
|
@ -39,3 +39,4 @@ function register($namespace, $path) {
|
||||||
}
|
}
|
||||||
|
|
||||||
register('Engine', __DIR__ . '/engine');
|
register('Engine', __DIR__ . '/engine');
|
||||||
|
register('Addons', __DIR__ . '/storage/addons');
|
||||||
|
|
Loading…
Reference in a new issue