mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-12 13:58:41 +00:00
Optimize datatypes path
This commit is contained in:
parent
14763c385f
commit
a7ce9916f6
|
|
@ -14,7 +14,7 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
namespace Modules\ProjectManagement\Models;
|
namespace Modules\ProjectManagement\Models;
|
||||||
|
|
||||||
use phpOMS\Datatypes\Enum;
|
use phpOMS\Stdlib\Base\Enum;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Task type enum.
|
* Task type enum.
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
namespace Modules\ProjectManagement\Models;
|
namespace Modules\ProjectManagement\Models;
|
||||||
|
|
||||||
use phpOMS\Datatypes\Enum;
|
use phpOMS\Stdlib\Base\Enum;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Task type enum.
|
* Task type enum.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user