改名
This commit is contained in:
@@ -731,7 +731,6 @@ trait QueryTrait
|
||||
public function where(callable|array|string $conditions): static
|
||||
{
|
||||
$this->where[] = $conditions;
|
||||
var_dump($this->where);
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user