class UploadAvatar
Properties
| int | $userId | The ID of the user to upload the avatar for. |
|
|
| UploadedFileInterface | $file | The avatar file to upload. |
|
|
| User | $actor | The user performing the action. |
|
class UploadAvatar
| int | $userId | The ID of the user to upload the avatar for. |
|
|
| UploadedFileInterface | $file | The avatar file to upload. |
|
|
| User | $actor | The user performing the action. |
|