mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user