mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 08:34:16 +01:00
refactor: [WIP] Use hexagonal architecture and implement interfaces for services and repositories.
Controllers are being splited into commands to better dependency management. Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -36,18 +36,18 @@ use SP\Core\Exceptions\QueryException;
|
||||
use SP\Core\Exceptions\SessionTimeout;
|
||||
use SP\Core\Exceptions\SPException;
|
||||
use SP\DataModel\NotificationData;
|
||||
use SP\Domain\Auth\Services\AuthException;
|
||||
use SP\Domain\Notification\Services\NotificationService;
|
||||
use SP\Domain\User\Services\UserService;
|
||||
use SP\Html\DataGrid\DataGridInterface;
|
||||
use SP\Http\JsonResponse;
|
||||
use SP\Infrastructure\Common\Repositories\NoSuchItemException;
|
||||
use SP\Modules\Web\Controllers\Helpers\Grid\NotificationGrid;
|
||||
use SP\Modules\Web\Controllers\Traits\JsonTrait;
|
||||
use SP\Modules\Web\Forms\NotificationForm;
|
||||
use SP\Mvc\Controller\CrudControllerInterface;
|
||||
use SP\Mvc\Controller\ItemTrait;
|
||||
use SP\Mvc\View\Components\SelectItemAdapter;
|
||||
use SP\Repositories\NoSuchItemException;
|
||||
use SP\Services\Auth\AuthException;
|
||||
use SP\Services\Notification\NotificationService;
|
||||
use SP\Services\User\UserService;
|
||||
|
||||
/**
|
||||
* Class NotificationController
|
||||
|
||||
Reference in New Issue
Block a user