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