Halfway rule API.

This commit is contained in:
James Cole
2018-06-30 16:46:51 +02:00
parent 7abcdea816
commit 36a6981329
8 changed files with 361 additions and 25 deletions

View File

@@ -54,6 +54,13 @@ interface RuleRepositoryInterface
*/
public function find(int $ruleId): Rule;
/**
* Get all the users rules.
*
* @return Collection
*/
public function getAll(): Collection;
/**
* @return RuleGroup
*/