Migrate to new rule engine.

This commit is contained in:
James Cole
2020-08-24 07:31:50 +02:00
parent 3141ec0406
commit 9123454545
11 changed files with 181 additions and 163 deletions

View File

@@ -59,4 +59,9 @@ interface RuleEngineInterface
*/
public function fire(): void;
/**
* Find all transactions only, dont apply anything.
*/
public function find(): Collection;
}