Pop\Config::__get PHP Method

__get() public method

Magic get method to return the value of config[$name].
public __get ( string $name ) : mixed
$name string
return mixed
    public function __get($name)
    {
        return $this->get($name);
    }