Skip to content

Commit 0d5dec6

Browse files
committed
MAGETWO-73002: [GITHUB] Issue with Product Import - "Category has not been created. URL key for specified store already exists" #8304
1 parent a2f6bff commit 0d5dec6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/CatalogUrlRewrite/Observer/CategoryProcessUrlRewriteSavingObserver.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,14 @@ public function __construct(
6969
DataProductUrlRewriteDatabaseMap::class
7070
],
7171
CollectionFactory $storeGroupFactory = null
72-
7372
) {
7473
$this->categoryUrlRewriteGenerator = $categoryUrlRewriteGenerator;
7574
$this->urlRewriteHandler = $urlRewriteHandler;
7675
$this->urlRewriteBunchReplacer = $urlRewriteBunchReplacer;
7776
$this->databaseMapPool = $databaseMapPool;
7877
$this->dataUrlRewriteClassNames = $dataUrlRewriteClassNames;
7978
$this->storeGroupFactory = $storeGroupFactory
80-
?: ObjectManager::getInstance()->get(CollectionFactory::class);;
79+
?: ObjectManager::getInstance()->get(CollectionFactory::class);
8180
}
8281

8382
/**

0 commit comments

Comments
 (0)