interface UpdatesUserProfileInformation

Methods

void
update(Authenticatable $user, array $input)

Update the user's profile information.

Details

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

Update the user's profile information.

Parameters

Authenticatable $user
array $input

Return Value

void