From 7fd29e49823ba53aa9204392172a0680b71bc60b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 25 Feb 2022 15:42:02 +0800 Subject: [PATCH] modify plugin name --- kiri-engine/Abstracts/BaseApplication.php | 17 ----------------- 1 file changed, 17 deletions(-) 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 *