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 6072505 commit f558a10Copy full SHA for f558a10
app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/Media.php
@@ -24,14 +24,6 @@ class Media extends AbstractImportValidator implements RowValidatorInterface
24
/** @var array */
25
protected $mediaAttributes = ['image', 'small_image', 'thumbnail'];
26
27
- /**
28
- * {@inheritdoc}
29
- */
30
- public function init($context)
31
- {
32
- return parent::init($context);
33
- }
34
-
35
/**
36
* @param string $string
37
* @return bool
0 commit comments