365 B
365 B
Constructor: updateUserStatus
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Required |
status | UserStatus | Required |
Type: Update
Example:
$updateUserStatus = ['user_id' => int, 'status' => UserStatus, ];