This commit is contained in:
2026-01-11 19:55:00 +08:00
parent 3cb3dcf384
commit db18a2d73a
2 changed files with 2 additions and 31 deletions
+1 -1
View File
@@ -288,6 +288,6 @@ class ActiveQuery extends QueryTrait implements ISqlBuilder
*/
public function delete(): bool
{
return $this->buildCommand($this->builder->delete())->exec();
return (bool)$this->buildCommand($this->builder->delete())->exec();
}
}