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 a2f6bff commit 0d5dec6Copy full SHA for 0d5dec6
app/code/Magento/CatalogUrlRewrite/Observer/CategoryProcessUrlRewriteSavingObserver.php
@@ -69,15 +69,14 @@ public function __construct(
69
DataProductUrlRewriteDatabaseMap::class
70
],
71
CollectionFactory $storeGroupFactory = null
72
-
73
) {
74
$this->categoryUrlRewriteGenerator = $categoryUrlRewriteGenerator;
75
$this->urlRewriteHandler = $urlRewriteHandler;
76
$this->urlRewriteBunchReplacer = $urlRewriteBunchReplacer;
77
$this->databaseMapPool = $databaseMapPool;
78
$this->dataUrlRewriteClassNames = $dataUrlRewriteClassNames;
79
$this->storeGroupFactory = $storeGroupFactory
80
- ?: ObjectManager::getInstance()->get(CollectionFactory::class);;
+ ?: ObjectManager::getInstance()->get(CollectionFactory::class);
81
}
82
83
/**
0 commit comments