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