mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-31 17:48:42 +00:00
🤖 Auto commit for release 'develop' on 2026-01-23
This commit is contained in:
@@ -48,7 +48,7 @@ interface UserGroupRepositoryInterface
|
||||
|
||||
public function getAll(): Collection;
|
||||
|
||||
public function getById(int $id): null|UserGroup;
|
||||
public function getById(int $id): ?UserGroup;
|
||||
|
||||
public function getMembershipsFromGroupId(int $groupId): Collection;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user