Skip to content

Commit 0d4e053

Browse files
author
Ihor Kh
committed
#35371: Product page gives error because of url rewrites
- fixed preparing url path of category
1 parent 0ff6732 commit 0d4e053

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/CatalogUrlRewrite/Model/Storage/DynamicStorage.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
34
* Copyright © Magento, Inc. All rights reserved.
45
* See COPYING.txt for license details.
56
*/
7+
68
declare(strict_types=1);
79

810
namespace Magento\CatalogUrlRewrite\Model\Storage;

0 commit comments

Comments
 (0)