mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Code to fix #4162
This commit is contained in:
@@ -102,11 +102,9 @@ interface RuleGroupRepositoryInterface
|
||||
public function getHighestOrderRuleGroup(): int;
|
||||
|
||||
/**
|
||||
* @param User $user
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
public function getRuleGroupsWithRules(User $user): Collection;
|
||||
public function getRuleGroupsWithRules(): Collection;
|
||||
|
||||
/**
|
||||
* @param RuleGroup $group
|
||||
|
||||
Reference in New Issue
Block a user