mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Added method for triggers to check whether they match all transactions
This commit is contained in:
@@ -53,4 +53,10 @@ class UserAction implements TriggerInterface
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks whether this trigger will match all transactions
|
||||
* @return bool
|
||||
*/
|
||||
public function matchesAnything() { return true; }
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user