modify plugin name
This commit is contained in:
@@ -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
|
* @param $config
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user