PHP Trait Corcel\Auth\ResetsPasswords

Datei anzeigen Open project: jgrossi/corcel

Protected Methods

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

Method Details

resetPassword() protected method

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