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

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

Publish the config file
protected publishConfig ( string $configPath )
$configPath string
    protected function publishConfig($configPath)
    {
        $this->publishes([$configPath => config_path('debugbar.php')], 'config');
    }