mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-02-13 13:48:40 +00:00
fix autoloader path
This commit is contained in:
parent
600e176e44
commit
5d995ac8c7
|
|
@ -14,7 +14,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\Draw\tests;
|
namespace Modules\Draw\tests;
|
||||||
|
|
||||||
require_once __DIR__ . '/../Autoloader.php';
|
require_once __DIR__ . '/../../tests/Autoloader.php';
|
||||||
|
|
||||||
use Model\CoreSettings;
|
use Model\CoreSettings;
|
||||||
use Modules\Admin\Models\AccountPermission;
|
use Modules\Admin\Models\AccountPermission;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user