diff --git a/framework/core/src/Api/Actions/Posts/UpdateAction.php b/framework/core/src/Api/Actions/Posts/UpdateAction.php index 204df58cf..6c937e98d 100644 --- a/framework/core/src/Api/Actions/Posts/UpdateAction.php +++ b/framework/core/src/Api/Actions/Posts/UpdateAction.php @@ -21,7 +21,9 @@ class UpdateAction extends SerializeResourceAction /** * @inheritdoc */ - public $include = []; + public $include = [ + 'editUser' => true, + ]; /** * @inheritdoc