mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-07 17:06:54 +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:
@@ -33,13 +33,13 @@ use SP\Core\Exceptions\ConstraintException;
|
||||
use SP\Core\Exceptions\QueryException;
|
||||
use SP\Core\Exceptions\SessionTimeout;
|
||||
use SP\DataModel\ItemSearchData;
|
||||
use SP\Domain\Auth\Services\AuthException;
|
||||
use SP\Domain\Security\Services\EventlogService;
|
||||
use SP\Domain\Security\Services\TrackService;
|
||||
use SP\Html\DataGrid\DataGridTab;
|
||||
use SP\Modules\Web\Controllers\Helpers\Grid\EventlogGrid;
|
||||
use SP\Modules\Web\Controllers\Helpers\Grid\TrackGrid;
|
||||
use SP\Modules\Web\Controllers\Helpers\TabsGridHelper;
|
||||
use SP\Services\Auth\AuthException;
|
||||
use SP\Services\EventLog\EventlogService;
|
||||
use SP\Services\Track\TrackService;
|
||||
|
||||
/**
|
||||
* Class SecurityManagerController
|
||||
|
||||
Reference in New Issue
Block a user