This commit is contained in:
2026-01-11 19:53:35 +08:00
parent fd8652ccd1
commit 3cb3dcf384
+1 -1
View File
@@ -288,6 +288,6 @@ class ActiveQuery extends QueryTrait implements ISqlBuilder
*/ */
public function delete(): bool public function delete(): bool
{ {
return $this->buildCommand($this->builder->delete())->delete(); return $this->buildCommand($this->builder->delete())->exec();
} }
} }