Barryvdh\Debugbar\LumenServiceProvider::getConfigPath PHP 메소드

getConfigPath() 보호된 메소드

Get the config path
protected getConfigPath ( ) : string
리턴 string
    protected function getConfigPath()
    {
        return base_path('config/debugbar.php');
    }