Expand user group pages.

This commit is contained in:
James Cole
2024-04-01 15:40:53 +02:00
parent 5b83c33039
commit ccc005942f
8 changed files with 128 additions and 2 deletions

View File

@@ -38,6 +38,8 @@ interface UserGroupRepositoryInterface
public function get(): Collection;
public function useUserGroup(UserGroup $userGroup): void;
public function getAll(): Collection;
public function setUser(null|Authenticatable|User $user): void;