mirror of
https://github.com/flarum/core.git
synced 2025-10-12 15:34:26 +02:00
Rename discussion.startPost
This commit is contained in:
@@ -11,7 +11,7 @@ Object.assign(Discussion.prototype, {
|
||||
|
||||
startTime: Model.attribute('startTime', Model.transformDate),
|
||||
startUser: Model.hasOne('startUser'),
|
||||
startPost: Model.hasOne('startPost'),
|
||||
firstPost: Model.hasOne('firstPost'),
|
||||
|
||||
lastTime: Model.attribute('lastTime', Model.transformDate),
|
||||
lastUser: Model.hasOne('lastUser'),
|
||||
|
Reference in New Issue
Block a user