This commit is contained in:
James Cole
2020-12-18 19:16:56 +01:00
parent 21619544f5
commit dac961a732
4 changed files with 126 additions and 28 deletions

View File

@@ -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