mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-08 01:16:56 +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:
@@ -35,17 +35,17 @@ use SP\Core\Exceptions\ConstraintException;
|
||||
use SP\Core\Exceptions\QueryException;
|
||||
use SP\Core\Exceptions\SessionTimeout;
|
||||
use SP\Core\Exceptions\SPException;
|
||||
use SP\Domain\Auth\Services\AuthException;
|
||||
use SP\Domain\Plugin\Services\PluginDataService;
|
||||
use SP\Domain\Plugin\Services\PluginService;
|
||||
use SP\Html\DataGrid\DataGridInterface;
|
||||
use SP\Http\JsonResponse;
|
||||
use SP\Infrastructure\Common\Repositories\NoSuchItemException;
|
||||
use SP\Infrastructure\Plugin\Repositories\PluginModel;
|
||||
use SP\Modules\Web\Controllers\Helpers\Grid\PluginGrid;
|
||||
use SP\Modules\Web\Controllers\Traits\JsonTrait;
|
||||
use SP\Mvc\Controller\ItemTrait;
|
||||
use SP\Plugin\PluginManager;
|
||||
use SP\Repositories\NoSuchItemException;
|
||||
use SP\Repositories\Plugin\PluginModel;
|
||||
use SP\Services\Auth\AuthException;
|
||||
use SP\Services\Plugin\PluginDataService;
|
||||
use SP\Services\Plugin\PluginService;
|
||||
|
||||
/**
|
||||
* Class PluginController
|
||||
|
||||
Reference in New Issue
Block a user