PHP Trait app\Models\Access\User\Traits\UserSendPasswordReset

Afficher le fichier Open project: rappasoft/laravel-5-boilerplate

Méthodes publiques

Méthode Description
sendPasswordResetNotification ( string $token ) : void Send the password reset notification.

Method Details

sendPasswordResetNotification() public méthode

Send the password reset notification.
public sendPasswordResetNotification ( string $token ) : void
$token string
Résultat void