Does app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing.php need to extend Magento\ImportExport\Model\Import\Entity\AbstractEntity #133
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.
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.