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

@@ -52,7 +52,7 @@ class ShowDiscussionController extends AbstractShowController
* {@inheritdoc}
*/
public $optionalInclude = [
'startUser',
'user',
'lastUser',
'firstPost',
'lastPost'