This commit is contained in:
2025-12-31 00:49:39 +08:00
parent 89d5b604d6
commit 456c7f29b6
+5 -1
View File
@@ -46,7 +46,11 @@ abstract class QueryTrait extends Component implements ActiveQueryInterface, ISq
/**
* @var ModelInterface|string|null
*/
protected ModelInterface|string|null $modelClass;
protected ModelInterface|string|null $modelClass {
get {
return $this->modelClass;
}
}
/**