Account search fixed.

This commit is contained in:
James Cole
2020-08-28 11:24:55 +02:00
parent 63794cab07
commit 093f34b7a8
26 changed files with 157 additions and 996 deletions

View File

@@ -37,16 +37,6 @@ interface ActionInterface
*/
public function __construct(RuleAction $action);
/**
* Execute the action.
* @deprecated
*
* @param TransactionJournal $journal
*
* @return bool
*/
public function act(TransactionJournal $journal): bool;
/**
* Execute the action on an array.
*