App\Http\Controllers\Front\Auth\ForgotPasswordController::showLinkRequestForm PHP Méthode

showLinkRequestForm() public méthode

Display the form to request a password reset link.
public showLinkRequestForm ( ) : Illuminate\Http\Response
Résultat Illuminate\Http\Response
    public function showLinkRequestForm()
    {
        return view('front.auth.forgotPassword');
    }