Update Search.php
This commit is contained in:
parent
770c413d7f
commit
45c7053db0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue