class GroupRepository
Methods
findOrFail(int $id, User $actor = null)
Find a user by ID, optionally making sure it is visible to a certain user, or throw an exception.
Group>
scopeVisibleTo(Builder $query, User|null $actor = null)
Scope a query to only include records that are visible to a user.
Details
at
line 22
Group>
query()
Get a new query builder for the groups table.
at
line 37
Group
findOrFail(int $id, User $actor = null)
Find a user by ID, optionally making sure it is visible to a certain user, or throw an exception.
at
line 44
queryVisibleTo(User|null $actor = null)
at
line 56
protected Group>
scopeVisibleTo(Builder $query, User|null $actor = null)
Scope a query to only include records that are visible to a user.