1
0
mirror of https://github.com/flarum/core.git synced 2025-07-14 21:36:25 +02:00

Rename discussion.startUser

This commit is contained in:
Toby Zerner
2018-08-24 20:43:52 +09:30
parent e241518506
commit 8ecb67d49d
11 changed files with 16 additions and 16 deletions

View File

@ -30,7 +30,7 @@ class ListDiscussionsController extends AbstractListController
* {@inheritdoc}
*/
public $include = [
'startUser',
'user',
'lastUser',
'mostRelevantPost',
'mostRelevantPost.user'