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