This commit is contained in:
2023-04-16 14:41:20 +08:00
parent 0bf69d576d
commit 64d3f31138
5 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class ActiveQuery extends Component implements ISqlBuilder
$this->modelClass = $model;
$this->builder = SqlBuilder::builder($this);
parent::__construct($config);
parent::__construct();
}