Skip to content

Commit f558a10

Browse files
author
Bohdan Korablov
committed
MAGETWO-60647: [PR] Delivery of bug fixes for Sample Data and Import/Export
1 parent 6072505 commit f558a10

File tree

1 file changed

+0
-8
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import/Product/Validator

1 file changed

+0
-8
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/Media.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ class Media extends AbstractImportValidator implements RowValidatorInterface
2424
/** @var array */
2525
protected $mediaAttributes = ['image', 'small_image', 'thumbnail'];
2626

27-
/**
28-
* {@inheritdoc}
29-
*/
30-
public function init($context)
31-
{
32-
return parent::init($context);
33-
}
34-
3527
/**
3628
* @param string $string
3729
* @return bool

0 commit comments

Comments
 (0)