1
0
mirror of https://github.com/flarum/core.git synced 2025-10-14 16:34:26 +02:00

Rename post.hideUser

This commit is contained in:
Toby Zerner
2018-08-24 21:30:06 +09:30
parent 8248ba2f7a
commit ca93c8c609
7 changed files with 9 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ class ShowDiscussionController extends AbstractShowController
'posts.user',
'posts.user.groups',
'posts.editedUser',
'posts.hideUser'
'posts.hiddenUser'
];
/**