Skip to content

Commit 2cbe0f0

Browse files
committed
Fix date timestamp typo
1 parent d76acc2 commit 2cbe0f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/MediaGalleryUi/Model/UpdateAsset.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ public function execute(int $id, MetadataInterface $data): void
8686
'description' => $data->getDescription() ?? $asset->getDescription(),
8787
'source' => $asset->getSource(),
8888
'hash' => $asset->getHash(),
89-
'created_at' => $asset->getCreatedAt(),
90-
'updated_at' => $asset->getUpdatedAt()
89+
'createdAt' => $asset->getCreatedAt(),
90+
'updatedAt' => $asset->getUpdatedAt()
9191
]
9292
);
9393

0 commit comments

Comments
 (0)