mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-24 09:07:18 +01:00
chore: Adapt to hexagonal architecture pattern.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -27,11 +27,11 @@ namespace SP\Modules\Web\Controllers\User;
|
||||
|
||||
use SP\Core\Application;
|
||||
use SP\DataModel\UserData;
|
||||
use SP\Domain\CustomField\CustomFieldServiceInterface;
|
||||
use SP\Domain\Notification\MailServiceInterface;
|
||||
use SP\Domain\CustomField\Ports\CustomFieldServiceInterface;
|
||||
use SP\Domain\Notification\Ports\MailServiceInterface;
|
||||
use SP\Domain\User\Ports\UserPassRecoverServiceInterface;
|
||||
use SP\Domain\User\Ports\UserServiceInterface;
|
||||
use SP\Domain\User\Services\UserPassRecoverService;
|
||||
use SP\Domain\User\UserPassRecoverServiceInterface;
|
||||
use SP\Domain\User\UserServiceInterface;
|
||||
use SP\Modules\Web\Controllers\ControllerBase;
|
||||
use SP\Modules\Web\Forms\UserForm;
|
||||
use SP\Mvc\Controller\WebControllerHelper;
|
||||
@@ -88,4 +88,4 @@ abstract class UserSaveBase extends ControllerBase
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user