mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Start testing new rule actions.
This commit is contained in:
@@ -76,4 +76,12 @@ class LinkToBill implements ActionInterface
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
// TODO: Implement actOnArray() method.
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user