We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef6c69 commit d701250Copy full SHA for d701250
src/Transformers/DocumentTransformer.php
@@ -13,7 +13,7 @@ public function transform(Document $document)
13
'type' => $document->type,
14
'title' => $document->title,
15
'body' => $document->body,
16
- 'updatedAt' => $this->updated_at->toIso8601String()
+ 'updatedAt' => $document->updated_at->toIso8601String()
17
];
18
}
19
0 commit comments