1
0
mirror of https://github.com/flarum/core.git synced 2025-08-17 13:54:18 +02:00

Rename post.editTime

This commit is contained in:
Toby Zerner
2018-08-24 21:27:05 +09:30
parent ae75f21b6b
commit 07c08ca798
3 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ class PostSerializer extends BasicPostSerializer
}
if ($post->edited_at) {
$attributes['editTime'] = $this->formatDate($post->edited_at);
$attributes['editedAt'] = $this->formatDate($post->edited_at);
}
if ($post->hidden_at) {