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

showLinkRequestForm() 공개 메소드

Show the recover password form.
public showLinkRequestForm ( ) : void
리턴 void
    public function showLinkRequestForm()
    {
        return view('auth.password');
    }
ForgotPasswordController