Learner\Http\Controllers\BaseController::redirectIntended PHP Метод

redirectIntended() защищенный Метод

Redirect a logged in user to the previously intended url.
protected redirectIntended ( mixed $default = null ) : Illuminate\Http\RedirectResponse
$default mixed
Результат Illuminate\Http\RedirectResponse
    protected function redirectIntended($default = null)
    {
        return redirect()->intended($default);
    }