Barryvdh\Debugbar\ServiceProvider::getConfigPath PHP Method

getConfigPath() protected method

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