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

@@ -36,7 +36,7 @@ use SP\Infrastructure\Database\QueryResult;
use function SP\__u;
/**
* Class UserToUserGroupRepository
* Class UserToUserGroup
*
* @template T of UserToUserGroupModel
*/
@@ -49,6 +49,8 @@ final class UserToUserGroup extends BaseRepository implements UserToUserGroupRep
* @param int $userId
*
* @return bool
* @throws ConstraintException
* @throws QueryException
*/
public function checkUserInGroup(int $groupId, int $userId): bool
{