1
0
mirror of https://github.com/flarum/core.git synced 2025-07-05 00:55:35 +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

@ -33,7 +33,7 @@ class CreateDiscussionController extends AbstractCreateController
'posts',
'startUser',
'lastUser',
'startPost',
'firstPost',
'lastPost'
];