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 9b2e520 commit ba2a63bCopy full SHA for ba2a63b
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -1042,9 +1042,9 @@ protected function _initTypeModels()
1042
if (!$model instanceof \Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType) {
1043
throw new \Magento\Framework\Exception\LocalizedException(
1044
__(
1045
- 'Entity type model must be an instance of '
+ "Entity type model must be an instance of '%1'",
1046
+ \Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType::class
1047
)
- . \Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType::class
1048
);
1049
}
1050
if ($model->isSuitable()) {
0 commit comments