We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01cb88 commit 82e1951Copy full SHA for 82e1951
app/code/Magento/CatalogUrlRewrite/Observer/CategoryProcessUrlRewriteSavingObserver.php
@@ -96,7 +96,7 @@ public function execute(\Magento\Framework\Event\Observer $observer)
96
}
97
98
if (!$category->hasData('store_id')) {
99
- $this->setCategoryStoreIds($category);
+ $this->setCategoryStoreId($category);
100
101
102
$mapsGenerated = false;
@@ -129,7 +129,7 @@ public function execute(\Magento\Framework\Event\Observer $observer)
129
* @param Category $category
130
* @return void
131
*/
132
- private function setCategoryStoreIds($category)
+ private function setCategoryStoreId($category)
133
{
134
/** @var StoreGroupCollection $storeGroupCollection */
135
$storeGroupCollection = $this->storeGroupFactory->create();
0 commit comments