mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-19 06:46:49 +01:00
chore: Adapt to hexagonal architecture pattern.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -26,8 +26,8 @@ namespace SP\Modules\Web\Controllers\UserGroup;
|
||||
|
||||
|
||||
use SP\Core\Application;
|
||||
use SP\Domain\CustomField\CustomFieldServiceInterface;
|
||||
use SP\Domain\User\UserGroupServiceInterface;
|
||||
use SP\Domain\CustomField\Ports\CustomFieldServiceInterface;
|
||||
use SP\Domain\User\Ports\UserGroupServiceInterface;
|
||||
use SP\Modules\Web\Controllers\ControllerBase;
|
||||
use SP\Modules\Web\Forms\UserGroupForm;
|
||||
use SP\Mvc\Controller\WebControllerHelper;
|
||||
@@ -56,4 +56,4 @@ abstract class UserGroupSaveBase extends ControllerBase
|
||||
$this->form = new UserGroupForm($application, $this->request);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user