PHP Trait Corcel\Auth\ResetsPasswords

Afficher le fichier Open project: jgrossi/corcel

Méthodes protégées

Méthode Description
resetPassword ( Illuminate\Contracts\Auth\CanResetPassword $user, string $password ) : void Reset the given user's password.

Method Details

resetPassword() protected méthode

Reset the given user's password.
protected resetPassword ( Illuminate\Contracts\Auth\CanResetPassword $user, string $password ) : void
$user Illuminate\Contracts\Auth\CanResetPassword
$password string
Résultat void