Barryvdh\Debugbar\ServiceProvider::getRouter PHP Method

getRouter() protected method

Get the active router.
protected getRouter ( ) : Router
return Illuminate\Routing\Router
    protected function getRouter()
    {
        return $this->app['router'];
    }