1
0
mirror of https://github.com/flarum/core.git synced 2025-10-11 23:14:29 +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

@@ -33,7 +33,7 @@ class ListPostsController extends AbstractListController
'user',
'user.groups',
'editedUser',
'hideUser',
'hiddenUser',
'discussion'
];

View File

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

View File

@@ -30,7 +30,7 @@ class ShowPostController extends AbstractShowController
'user',
'user.groups',
'editedUser',
'hideUser',
'hiddenUser',
'discussion'
];