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

getRouter() 보호된 메소드

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