1
0
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:
Franz Liedke
2015-08-04 13:15:56 +02:00
parent 61a06abd59
commit eee34598f1

View File

@@ -21,7 +21,9 @@ class UpdateAction extends SerializeResourceAction
/** /**
* @inheritdoc * @inheritdoc
*/ */
public $include = []; public $include = [
'editUser' => true,
];
/** /**
* @inheritdoc * @inheritdoc