This commit is contained in:
2026-07-17 17:52:19 +08:00
parent 594e6b2ea7
commit 31f75e053e
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ abstract class QueryTrait extends Component implements ActiveQueryInterface, ISq
return $this->where;
}
}
public array $select = ['t1.*'] {
public array $select = ['*'] {
&get {
return $this->select;
}