mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-02-01 07:48:41 +00:00
fix namespace
This commit is contained in:
parent
6ebda31601
commit
600e176e44
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Modules\tests\Draw\Admin;
|
||||
namespace Modules\Draw\tests\Admin;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Modules\tests\Draw;
|
||||
namespace Modules\Draw\tests;
|
||||
|
||||
require_once __DIR__ . '/../Autoloader.php';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user