Barryvdh\Debugbar\ServiceProvider::getConfigPath PHP 메소드

getConfigPath() 보호된 메소드

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