This commit is contained in:
2026-06-30 22:43:20 +08:00
parent d6a07446bb
commit 5acb2f4600
+9
View File
@@ -116,6 +116,15 @@ abstract class QueryTrait extends Component implements ActiveQueryInterface, ISq
}
public function __get(string $name)
{
if (method_exists($this, $name)) {
return $this->$name;
}
return parent::__get($name); // TODO: Change the autogenerated stub
}
/**
* Comply constructor.
* @throws