Barryvdh\Debugbar\LumenServiceProvider::getRouter PHP Method

getRouter() protected method

Get the active router.
protected getRouter ( ) : Application
return Laravel\Lumen\Application
    protected function getRouter()
    {
        return $this->app;
    }