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 da565df commit 72e3546Copy full SHA for 72e3546
app/code/Magento/DownloadableSampleData/Model/Product.php
@@ -57,9 +57,7 @@ public function __construct(
57
\Magento\DownloadableSampleData\Model\Product\Converter $converter,
58
\Magento\CatalogSampleData\Model\Product\Gallery $gallery,
59
\Magento\Store\Model\StoreManagerInterface $storeManager,
60
- \Magento\Eav\Model\Config $eavConfig,
61
- SampleFactory $sampleFactory,
62
- LinkFactory $linkFactory
+ \Magento\Eav\Model\Config $eavConfig
63
) {
64
parent::__construct(
65
$sampleDataContext,
@@ -70,8 +68,6 @@ public function __construct(
70
68
$storeManager,
71
69
$eavConfig
72
);
73
- $this->linkFactory = $linkFactory;
74
- $this->sampleFactory = $sampleFactory;
75
}
76
77
/**
0 commit comments