mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 20:22:07 +00:00
Switch to new rule engine on command line.
This commit is contained in:
@@ -42,7 +42,8 @@ class SearchRuleEngine implements RuleEngineInterface
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->rules = new Collection;
|
||||
$this->rules = new Collection;
|
||||
$this->operators = [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user