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