PHP Class App\Http\Controllers\Back\Auth\ForgotPasswordController

Inheritance: extends app\http\controllers\Controller, use trait Illuminate\Foundation\Auth\SendsPasswordResetEmails
Afficher le fichier Open project: spatie-custom/blender

Méthodes publiques

Méthode Description
__construct ( ) Create a new controller instance.
broker ( ) : Illuminate\Contracts\Auth\PasswordBroker Get the broker to be used during password reset.
showLinkRequestForm ( ) : Illuminate\Http\Response Display the form to request a password reset link.

Méthodes protégées

Méthode Description
guard ( )

Method Details

__construct() public méthode

Create a new controller instance.
public __construct ( )

broker() public méthode

Get the broker to be used during password reset.
public broker ( ) : Illuminate\Contracts\Auth\PasswordBroker
Résultat Illuminate\Contracts\Auth\PasswordBroker

guard() protected méthode

protected guard ( )

showLinkRequestForm() public méthode

Display the form to request a password reset link.
public showLinkRequestForm ( ) : Illuminate\Http\Response
Résultat Illuminate\Http\Response