fix typo
This commit is contained in:
parent
c1943624ab
commit
2f2236a1d6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue