mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-18 13:18:41 +00:00
autofixes
This commit is contained in:
parent
11bd0bed0d
commit
c817a6733a
|
|
@ -21,6 +21,8 @@ use Modules\Kanban\Models\CardType;
|
|||
use Modules\Kanban\Models\KanbanBoard;
|
||||
use Modules\Kanban\Models\KanbanBoardMapper;
|
||||
use Modules\Kanban\Models\KanbanCard;
|
||||
use Modules\Kanban\Models\KanbanCardComment;
|
||||
use Modules\Kanban\Models\KanbanCardCommentMapper;
|
||||
use Modules\Kanban\Models\KanbanCardMapper;
|
||||
use Modules\Kanban\Models\KanbanColumn;
|
||||
use Modules\Kanban\Models\KanbanColumnMapper;
|
||||
|
|
@ -29,8 +31,6 @@ use phpOMS\Message\NotificationLevel;
|
|||
use phpOMS\Message\RequestAbstract;
|
||||
use phpOMS\Message\ResponseAbstract;
|
||||
use phpOMS\Model\Message\FormValidation;
|
||||
use Modules\Kanban\Models\KanbanCardComment;
|
||||
use Modules\Kanban\Models\KanbanCardCommentMapper;
|
||||
|
||||
/**
|
||||
* Kanban controller class.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user