App\Http\Controllers\Frontend\Auth\ForgotPasswordController::showLinkRequestForm PHP 메소드

showLinkRequestForm() 공개 메소드

Display the form to request a password reset link.
public showLinkRequestForm ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response
    public function showLinkRequestForm()
    {
        return view('frontend.auth.passwords.email');
    }
ForgotPasswordController