Arcanedev\Localization\Traits\LocalizationKernelTrait::dispatchToRouter PHP 메소드

dispatchToRouter() 보호된 메소드

Get the route dispatcher callback.
protected dispatchToRouter ( ) : Closure
리턴 Closure
    protected function dispatchToRouter()
    {
        $this->router = $this->app['router'];
        $this->registerMiddlewareGroups();
        $this->registerMiddleware();
        return parent::dispatchToRouter();
    }