interface UpdatesUserPasswords

Methods

void
update(Authenticatable $user, array $input)

Update the user's password.

Details

at line 16
void update(Authenticatable $user, array $input)

Update the user's password.

Parameters

Authenticatable $user
array $input

Return Value

void