mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-28 05:48:41 +00:00
Move Models to frameworks
This commit is contained in:
parent
8721feeecb
commit
dd121c3275
|
|
@ -14,7 +14,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\Draw\Controller;
|
||||
|
||||
use Model\Message\FormValidation;
|
||||
use phpOMS\Model\Message\FormValidation;
|
||||
use Modules\Draw\Models\DrawImage;
|
||||
use Modules\Draw\Models\DrawImageMapper;
|
||||
use Modules\Draw\Models\PermissionState;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\Draw\Controller;
|
||||
|
||||
use Model\Message\FormValidation;
|
||||
use phpOMS\Model\Message\FormValidation;
|
||||
use Modules\Draw\Models\DrawImage;
|
||||
use Modules\Draw\Models\DrawImageMapper;
|
||||
use Modules\Draw\Models\PermissionState;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\Draw\Controller;
|
||||
|
||||
use Model\Message\FormValidation;
|
||||
use phpOMS\Model\Message\FormValidation;
|
||||
use Modules\Draw\Models\DrawImage;
|
||||
use Modules\Draw\Models\DrawImageMapper;
|
||||
use Modules\Draw\Models\PermissionState;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user