mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-09 09:56:56 +01:00
chore: Move interfaces into Domain
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -25,9 +25,8 @@
|
||||
namespace SP\Domain\Crypt\Ports;
|
||||
|
||||
use Defuse\Crypto\Key;
|
||||
use SP\Core\Crypt\UuidCookie;
|
||||
use SP\Core\Crypt\UuidCookieInterface;
|
||||
use SP\Domain\Common\Services\ServiceException;
|
||||
use SP\Domain\Core\Crypt\UuidCookieInterface;
|
||||
|
||||
/**
|
||||
* Class SecureSessionService
|
||||
|
||||
Reference in New Issue
Block a user