mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Fixes #7175
This commit is contained in:
@@ -102,6 +102,12 @@ interface UserRepositoryInterface
|
||||
*/
|
||||
public function deleteEmptyGroups(): void;
|
||||
|
||||
/**
|
||||
* @param InvitedUser $invite
|
||||
* @return void
|
||||
*/
|
||||
public function deleteInvite(InvitedUser $invite): void;
|
||||
|
||||
/**
|
||||
* @param User $user
|
||||
*
|
||||
|
Reference in New Issue
Block a user