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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user