qqq
This commit is contained in:
+8
-2
@@ -21,10 +21,16 @@ class SqlBuilder extends Component
|
||||
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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user