eee
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user