fix typo
This commit is contained in:
parent
c1943624ab
commit
2f2236a1d6
@ -97,7 +97,7 @@ class OrderBy
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function __tostring()
|
||||
public function __toString()
|
||||
{
|
||||
return $this->preSeparator . implode($this->separator, $this->parts) . $this->postSeparator;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user