Commit 81f5c2fa authored by nomack84's avatar nomack84

Fixed CS

parent 3c5ad7db
......@@ -257,7 +257,7 @@ class ExpressionBuilder
*
* @return string
*/
public function notlike($x, $y)
public function notLike($x, $y)
{
return $this->comparison($x, 'NOT LIKE', $y);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment