mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-01 06:08:39 +00:00
Optimize datatypes path
This commit is contained in:
parent
cefbfbb510
commit
62fdc664c7
|
|
@ -14,7 +14,7 @@
|
|||
declare(strict_types=1);
|
||||
namespace Modules\Accounting\Models;
|
||||
|
||||
use phpOMS\Datatypes\Enum;
|
||||
use phpOMS\Stdlib\Base\Enum;
|
||||
|
||||
/**
|
||||
* Account type enum.
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
declare(strict_types=1);
|
||||
namespace Modules\Accounting\Models;
|
||||
|
||||
use phpOMS\Datatypes\Enum;
|
||||
use phpOMS\Stdlib\Base\Enum;
|
||||
|
||||
/**
|
||||
* Time range type enum.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user