Barryvdh\Debugbar\LumenServiceProvider::getConfigPath PHP Method

getConfigPath() protected method

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