Switch to new rule engine on command line.

This commit is contained in:
James Cole
2020-08-23 16:37:08 +02:00
parent ce34e097a2
commit 41f2339c8c
2 changed files with 30 additions and 59 deletions

View File

@@ -42,7 +42,8 @@ class SearchRuleEngine implements RuleEngineInterface
public function __construct()
{
$this->rules = new Collection;
$this->rules = new Collection;
$this->operators = [];
}
/**