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

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

Get the active router.
protected getRouter ( ) : Application
Результат Laravel\Lumen\Application
    protected function getRouter()
    {
        return $this->app;
    }