1
0
mirror of https://github.com/flarum/core.git synced 2025-10-11 15:04:25 +02:00

Rename discussion.startPost

This commit is contained in:
Toby Zerner
2018-08-24 20:42:07 +09:30
parent cbd0643540
commit e241518506
9 changed files with 16 additions and 16 deletions

View File

@@ -54,7 +54,7 @@ class ShowDiscussionController extends AbstractShowController
public $optionalInclude = [
'startUser',
'lastUser',
'startPost',
'firstPost',
'lastPost'
];