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