class EditUser
Properties
| int | $userId | The ID of the user to edit. |
|
|
| User | $actor | The user performing the action. |
|
|
| array | $data | The attributes to update on the user. |
|
class EditUser
| int | $userId | The ID of the user to edit. |
|
|
| User | $actor | The user performing the action. |
|
|
| array | $data | The attributes to update on the user. |
|