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

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

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