mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-26 05:58:40 +00:00
fix autoloader path
This commit is contained in:
parent
9179377ae4
commit
6fbdcf90ce
|
|
@ -14,7 +14,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\Profile\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