1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 23:44:27 +02:00

Rename discussion.startTime

This commit is contained in:
Toby Zerner
2018-08-24 20:48:04 +09:30
parent 4756bf1daf
commit 568006fe73
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ Object.assign(Discussion.prototype, {
title: Model.attribute('title'),
slug: Model.attribute('slug'),
startTime: Model.attribute('startTime', Model.transformDate),
createdAt: Model.attribute('createdAt', Model.transformDate),
user: Model.hasOne('user'),
firstPost: Model.hasOne('firstPost'),