UpdateUserProfileInformation
in package
implements
UpdatesUserProfileInformation
Table of Contents
Interfaces
- UpdatesUserProfileInformation
Methods
- update() : void
- Validate and update the given user's profile information.
- updateVerifiedUser() : void
- Update the given verified user's profile information.
Methods
update()
Validate and update the given user's profile information.
public
update(User $user, array<string, string> $input) : void
Parameters
- $user : User
- $input : array<string, string>
updateVerifiedUser()
Update the given verified user's profile information.
protected
updateVerifiedUser(User $user, array<string, string> $input) : void
Parameters
- $user : User
- $input : array<string, string>