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