mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +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
|
* @inheritdoc
|
||||||
*/
|
*/
|
||||||
public $include = [];
|
public $include = [
|
||||||
|
'editUser' => true,
|
||||||
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritdoc
|
* @inheritdoc
|
||||||
|
Reference in New Issue
Block a user