mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-17 00:48:41 +00:00
fix namespace
This commit is contained in:
parent
5708434b7e
commit
11bea160b9
|
|
@ -14,7 +14,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
require_once __DIR__ . '/Preloader.php';
|
require_once __DIR__ . '/Preloader.php';
|
||||||
|
|
||||||
$preloader = new Preloader();
|
$preloader = new \phpOMS\Preloader();
|
||||||
|
|
||||||
$preloader->includePath(__DIR__ . '/Account')
|
$preloader->includePath(__DIR__ . '/Account')
|
||||||
->includePath(__DIR__ . '/Asset')
|
->includePath(__DIR__ . '/Asset')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user