chore: Refactor structure

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2024-04-28 19:47:50 +02:00
parent 6c131cbc1b
commit 016aa1d8d3
396 changed files with 1153 additions and 1139 deletions

View File

@@ -32,8 +32,8 @@ use SP\Core\Events\Event;
use SP\Core\Events\EventMessage;
use SP\Domain\Auth\Services\AuthException;
use SP\Domain\Core\Exceptions\SessionTimeout;
use SP\Domain\Http\Dtos\JsonMessage;
use SP\Domain\Security\Ports\EventlogService;
use SP\Http\JsonMessage;
use SP\Modules\Web\Controllers\ControllerBase;
use SP\Modules\Web\Controllers\Traits\JsonTrait;
use SP\Mvc\Controller\WebControllerHelper;