chore: Remove unused methods, minor refactor.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2023-12-07 07:34:49 +01:00
parent cd6b3dbc92
commit 7de0b1888d
204 changed files with 795 additions and 1171 deletions

View File

@@ -27,7 +27,7 @@ namespace SP\Core;
use JsonException;
use Klein\Klein;
use SP\Core\Bootstrap\BootstrapBase;
use SP\Http\RequestInterface;
use SP\Domain\Http\RequestInterface;
use SP\Util\Util;
/**