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

getRouter() 보호된 메소드

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