This commit is contained in:
2021-02-24 18:48:29 +08:00
parent 735c486579
commit 25098bfaea
2 changed files with 0 additions and 7 deletions
-3
View File
@@ -730,9 +730,6 @@ trait QueryTrait
*/
public function where(callable|array|string $conditions): static
{
if (is_array($conditions)) {
$conditions = [$conditions];
}
$this->where[] = $conditions;
return $this;
}