mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-23 00:36:52 +01:00
chore: Move interfaces into Domain
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -29,14 +29,15 @@ use DI\ContainerBuilder;
|
||||
use Exception;
|
||||
use RuntimeException;
|
||||
use SP\Core\Context\ContextException;
|
||||
use SP\Core\Context\ContextInterface;
|
||||
use SP\Core\Exceptions\FileNotFoundException;
|
||||
use SP\DataModel\ProfileData;
|
||||
use SP\Domain\Core\Context\ContextInterface;
|
||||
use SP\Domain\User\Services\UserLoginResponse;
|
||||
use SP\Infrastructure\Database\DatabaseConnectionData;
|
||||
use SP\Infrastructure\Database\DbStorageInterface;
|
||||
use SP\Infrastructure\Database\MysqlHandler;
|
||||
use SP\Util\FileUtil;
|
||||
|
||||
use function SP\logger;
|
||||
use function SP\processException;
|
||||
|
||||
@@ -165,7 +166,7 @@ function saveResource(string $dir, string $file, string $data): bool|int
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws \SP\Core\Exceptions\FileNotFoundException
|
||||
* @throws FileNotFoundException
|
||||
*/
|
||||
function recreateDir(string $dir): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user