modify plugin name

This commit is contained in:
2022-02-25 15:42:02 +08:00
parent b551e5e22c
commit 7fd29e4982
-17
View File
@@ -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
*