mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-09 01:46:57 +01:00
refactor: [WIP] Migrate user pass reset controller.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -74,7 +74,7 @@ interface UserServiceInterface
|
||||
* @throws \SP\Core\Exceptions\QueryException
|
||||
* @throws \SP\Infrastructure\Common\Repositories\NoSuchItemException
|
||||
*/
|
||||
public function getByLogin(string $login): ?UserData;
|
||||
public function getByLogin(string $login): UserData;
|
||||
|
||||
/**
|
||||
* Deletes an item
|
||||
|
||||
Reference in New Issue
Block a user