mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Halfway rule API.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user