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