Fix search

This commit is contained in:
James Cole
2020-08-22 12:25:00 +02:00
parent ffca935ced
commit 24a373abf4

View File

@@ -96,7 +96,7 @@ class BetterQuerySearch implements SearchInterface
*/
public function getModifiers(): Collection
{
die(__METHOD__);
return $this->getOperators();
}
/**