Skip to content

Commit ba2a63b

Browse files
committed
MAGETWO-62995: Product imports not Auto-Generating URL Keys for SKUs - for 2.1.x
1 parent 9b2e520 commit ba2a63b

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import

1 file changed

+2
-2
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,9 +1042,9 @@ protected function _initTypeModels()
10421042
if (!$model instanceof \Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType) {
10431043
throw new \Magento\Framework\Exception\LocalizedException(
10441044
__(
1045-
'Entity type model must be an instance of '
1045+
"Entity type model must be an instance of '%1'",
1046+
\Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType::class
10461047
)
1047-
. \Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType::class
10481048
);
10491049
}
10501050
if ($model->isSuitable()) {

0 commit comments

Comments
 (0)