Skip to content

Commit

Permalink
Update add-custom-document.md (#1535)
Browse files Browse the repository at this point in the history
Removed colon that caused the example Migration to fail
  • Loading branch information
l0ggik authored Nov 4, 2024
1 parent 76fc363 commit 1a82a9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ SQL;
WHERE type_id = :typeId
SQL;
$salesChannelId = $connection->fetchOne($sql, [
':typeId' => Uuid::fromHexToBytes(Defaults::SALES_CHANNEL_TYPE_STOREFRONT)
'typeId' => Uuid::fromHexToBytes(Defaults::SALES_CHANNEL_TYPE_STOREFRONT)
]);

if (!$salesChannelId) {
Expand Down

0 comments on commit 1a82a9b

Please sign in to comment.