This commit is contained in:
2021-02-24 18:56:29 +08:00
parent 8f4ec6dd97
commit 897bdfe95b
2 changed files with 2 additions and 6 deletions
-1
View File
@@ -731,7 +731,6 @@ trait QueryTrait
public function where(callable|array|string $conditions): static
{
$this->where[] = $conditions;
var_dump($this->where);
return $this;
}