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();
    }