Barryvdh\Debugbar\ServiceProvider::getConfigPath PHP Метод

getConfigPath() защищенный Метод

Get the config path
protected getConfigPath ( ) : string
Результат string
    protected function getConfigPath()
    {
        return config_path('debugbar.php');
    }