This commit is contained in:
2021-11-09 11:17:03 +08:00
parent 714df3dda4
commit ffae51bccf
+1
View File
@@ -923,6 +923,7 @@ trait QueryTrait
private function addArray(array $array): static
{
foreach ($array as $key => $value) {
if (is_null($value)) continue;
if (is_numeric($key)) {
[$column, $opera, $value] = $this->opera(...$value);