mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
Migrate to new rule engine.
This commit is contained in:
@@ -59,4 +59,9 @@ interface RuleEngineInterface
|
||||
*/
|
||||
public function fire(): void;
|
||||
|
||||
/**
|
||||
* Find all transactions only, dont apply anything.
|
||||
*/
|
||||
public function find(): Collection;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user