Update Search.php

This commit is contained in:
Joby Elliott 2020-01-07 18:26:26 +00:00
parent 770c413d7f
commit 45c7053db0

View file

@ -20,7 +20,7 @@ class Search implements \Serializable
public function quote(string $str) : string
{
return $this->factory()->quote($str);
return $this->factory->quote($str);
}
public function count(array $params = array(), $deleted = false)