This commit is contained in:
2023-07-26 11:00:08 +08:00
parent 4abc1a621b
commit 9ab0aa1fe7
+8 -2
View File
@@ -21,10 +21,16 @@ class SqlBuilder extends Component
use Builder; use Builder;
public ActiveQuery|Query|null $query; /**
* @var ActiveQuery|Query|ISqlBuilder|null
*/
public ActiveQuery|Query|ISqlBuilder|null $query;
public function __construct(ActiveQuery|Query|null $config) /**
* @param ActiveQuery|Query|ISqlBuilder|null $config
*/
public function __construct(ActiveQuery|Query|null|ISqlBuilder $config)
{ {
parent::__construct(); parent::__construct();