Learner\Http\Controllers\BaseController::redirectIntended PHP Méthode

redirectIntended() protected méthode

Redirect a logged in user to the previously intended url.
protected redirectIntended ( mixed $default = null ) : Illuminate\Http\RedirectResponse
$default mixed
Résultat Illuminate\Http\RedirectResponse
    protected function redirectIntended($default = null)
    {
        return redirect()->intended($default);
    }