This commit is contained in:
2021-02-24 18:54:36 +08:00
parent 35466cf69f
commit 78f665951f
+1
View File
@@ -730,6 +730,7 @@ trait QueryTrait
*/ */
public function where(callable|array|string $conditions): static public function where(callable|array|string $conditions): static
{ {
var_dump($conditions);
$this->where[] = [$conditions]; $this->where[] = [$conditions];
return $this; return $this;
} }