magepal / magento2-link-product

Custom Product Relation for Magento 2.2.x and 2.3.x sample extension
https://www.magepal.com
53 stars 20 forks source link

Incomplete namespace #5

Closed kapil-infobeans closed 5 years ago

kapil-infobeans commented 5 years ago

File: Plugin/CatalogImportExport/Model/Import/Product.php

Incomplete namespace:

use Magento\CatalogImportExport\Model\Import\Produc;

It should be

use Magento\CatalogImportExport\Model\Import\Product;

It did not break because below in plugin method, As an argument it is provided with full namespace instead of alias 'Product.'

srenon commented 5 years ago

@kapil-infobeans ... thanks for bringing this to our attention. A new version will be release shortly