Skip to content

Commit ca3d086

Browse files
committed
c
1 parent a6e84f1 commit ca3d086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Where.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function add($field, $value, $operator = "=", $value_type = "string")
7979
return $this;
8080
}
8181

82-
public function addList($arr, $op)
82+
public function addList($arr, $op = "=")
8383
{
8484
foreach($arr as $field => $value)
8585
{

0 commit comments

Comments
 (0)