Skip to content

Commit d701250

Browse files
fix typo
1 parent 9ef6c69 commit d701250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transformers/DocumentTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function transform(Document $document)
1313
'type' => $document->type,
1414
'title' => $document->title,
1515
'body' => $document->body,
16-
'updatedAt' => $this->updated_at->toIso8601String()
16+
'updatedAt' => $document->updated_at->toIso8601String()
1717
];
1818
}
1919
}

0 commit comments

Comments
 (0)