File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
app/code/Magento/ConfigurableProduct/Model Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ class LinkManagement implements \Magento\ConfigurableProduct\Api\LinkManagementI
52
52
*/
53
53
private $ attributeFactory ;
54
54
55
- //private $mediaGalleryProcessor;
56
55
public \Magento \Catalog \Model \ProductRepository $ mediaGallery ;
57
56
public \Magento \Catalog \Api \Data \ProductAttributeMediaGalleryEntryInterfaceFactory $ myModelFactory ;
58
57
private array $ images ;
@@ -75,7 +74,6 @@ public function __construct(
75
74
\Magento \Framework \Api \DataObjectHelper $ dataObjectHelper ,
76
75
\Magento \Catalog \Model \ResourceModel \Eav \AttributeFactory $ attributeFactory = null ,
77
76
\Magento \Catalog \Model \ProductRepository $ mediaGalleryProcessor ,
78
- // \Magento\Catalog\Api\Data\ProductInterface $productInterface,
79
77
\Magento \Catalog \Api \Data \ProductAttributeMediaGalleryEntryInterfaceFactory $ myModelFactory
80
78
) {
81
79
$ this ->productRepository = $ productRepository ;
@@ -85,7 +83,6 @@ public function __construct(
85
83
$ this ->attributeFactory = $ attributeFactory ?: \Magento \Framework \App \ObjectManager::getInstance ()
86
84
->get (\Magento \Catalog \Model \ResourceModel \Eav \AttributeFactory::class);
87
85
$ this ->mediaGallery = $ mediaGalleryProcessor ;
88
- // $this->productInterface=$productInterface;
89
86
$ this ->myModelFactory = $ myModelFactory ;
90
87
}
91
88
You can’t perform that action at this time.
0 commit comments