We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e84f1 commit ca3d086Copy full SHA for ca3d086
Where.php
@@ -79,7 +79,7 @@ public function add($field, $value, $operator = "=", $value_type = "string")
79
return $this;
80
}
81
82
- public function addList($arr, $op)
+ public function addList($arr, $op = "=")
83
{
84
foreach($arr as $field => $value)
85
0 commit comments