chore: Relocate classes

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2024-04-21 21:09:32 +02:00
parent 5e1f4be413
commit cda692d4de
285 changed files with 1037 additions and 1550 deletions

View File

@@ -49,6 +49,8 @@ final class UserPassRecover extends BaseRepository implements UserPassRecoverRep
* @param int $time
*
* @return int
* @throws ConstraintException
* @throws QueryException
*/
public function getAttemptsByUserId(int $userId, int $time): int
{
@@ -121,6 +123,8 @@ final class UserPassRecover extends BaseRepository implements UserPassRecoverRep
* @param int $time
*
* @return QueryResult<T>
* @throws ConstraintException
* @throws QueryException
*/
public function getUserIdForHash(string $hash, int $time): QueryResult
{