Skip to content

Commit e2a169c

Browse files
committed
Fixed static Test
1 parent dc56d98 commit e2a169c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,13 @@ public function generateForGlobalScope($productCategories, Product $product, $ro
166166
} else {
167167
$scopedProduct = $this->productRepository->getById($productId, false, $id);
168168
$mergeDataProvider->merge(
169-
$this->generateForSpecificStoreView($id, $productCategories, $scopedProduct, $rootCategoryId, true)
169+
$this->generateForSpecificStoreView(
170+
$id,
171+
$productCategories,
172+
$scopedProduct,
173+
$rootCategoryId,
174+
true
175+
)
170176
);
171177
}
172178
}

0 commit comments

Comments
 (0)