改名
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user