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

@@ -36,7 +36,7 @@ use SP\Domain\Core\Context\Context;
use SP\Domain\Core\Exceptions\SessionTimeout;
use SP\Domain\Core\Exceptions\SPException;
use SP\Domain\Core\UI\ThemeInterface;
use SP\Http\Request;
use SP\Domain\Http\Services\Request;
use SP\Modules\Web\Controllers\Traits\WebControllerTrait;
use SP\Mvc\Controller\SimpleControllerHelper;