mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-11 19:06:57 +01:00
refactor: [WIP] Use hexagonal architecture and implement interfaces for services and repositories.
Controllers are being splited into commands to better dependency management. Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
namespace SP\DataModel;
|
||||
|
||||
use SP\Services\User\UserLoginResponse;
|
||||
use SP\Domain\User\Services\UserLoginResponse;
|
||||
|
||||
/**
|
||||
* Class UserLoginData
|
||||
|
||||
Reference in New Issue
Block a user