mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
Include editUser relationship when editing posts.
Closes flarum/core#214. Hopefully. :)
This commit is contained in:
@@ -21,7 +21,9 @@ class UpdateAction extends SerializeResourceAction
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public $include = [];
|
||||
public $include = [
|
||||
'editUser' => true,
|
||||
];
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
|
Reference in New Issue
Block a user