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 f24a0d1 commit b275062Copy full SHA for b275062
Where.php
@@ -54,7 +54,6 @@ public function add($field, $value, $operator = "=", $value_type = "string")
54
55
case "array":
56
$value = "(" . implode(",", $value) . ")";
57
- $operator = "IN";
58
break;
59
60
case "NULL":
0 commit comments