Fix search

This commit is contained in:
James Cole 2020-08-22 12:25:00 +02:00
parent ffca935ced
commit 24a373abf4
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

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