magento-engcom / import-export-improvements

Open Software License 3.0
31 stars 29 forks source link

Does app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing.php need to extend Magento\ImportExport\Model\Import\Entity\AbstractEntity #133

Closed dmanners closed 5 years ago

dmanners commented 5 years ago

Question for this is does this class really need to extend Magento\ImportExport\Model\Import\Entity\AbstractEntity? What parts is it using and what would happen if we replaced the parent?

Outcome here would be some suggestions on if and how we could refactor this class to remove the parent dependacy if we really do not need it.