diff --git a/kiri-engine/Abstracts/BaseApplication.php b/kiri-engine/Abstracts/BaseApplication.php index 093dfc14..391b4db5 100644 --- a/kiri-engine/Abstracts/BaseApplication.php +++ b/kiri-engine/Abstracts/BaseApplication.php @@ -159,23 +159,6 @@ abstract class BaseApplication extends Component } } - - /** - * @param $name - * @return mixed - * @throws ReflectionException - * @throws NotFindClassException - * @throws Exception - */ - public function __get($name): mixed - { - if ($this->has($name)) { - return $this->get($name); - } - return parent::__get($name); // TODO: Change the autogenerated stub - } - - /** * @param $config *