mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Rule engine and search engine now use the same operators; making them interchangeable.
This commit is contained in:
@@ -37,7 +37,7 @@ use Log;
|
||||
class TriggerFactory
|
||||
{
|
||||
/** @var array array with trigger types */
|
||||
protected static $triggerTypes = [];
|
||||
protected static array $triggerTypes = [];
|
||||
|
||||
/**
|
||||
* Returns the trigger for the given type and journal. This method returns the actual implementation
|
||||
|
Reference in New Issue
Block a user