File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
app/code/Magento/ConfigurableSampleData/Setup Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,6 @@ class Installer implements Setup\SampleData\InstallerInterface
29
29
*/
30
30
protected $ productLinkSetup ;
31
31
32
- /**
33
- * @var \Magento\SalesSampleData\Model\Order
34
- */
35
- protected $ order ;
36
-
37
32
/**
38
33
* @param \Magento\CatalogSampleData\Model\Attribute $attribute
39
34
* @param \Magento\CatalogSampleData\Model\Category $category
@@ -44,14 +39,12 @@ public function __construct(
44
39
\Magento \CatalogSampleData \Model \Attribute $ attribute ,
45
40
\Magento \CatalogSampleData \Model \Category $ category ,
46
41
\Magento \ConfigurableSampleData \Model \Product $ configurableProduct ,
47
- \Magento \ProductLinksSampleData \Model \ProductLink $ productLinkSetup ,
48
- \Magento \SalesSampleData \Model \Order $ order
42
+ \Magento \ProductLinksSampleData \Model \ProductLink $ productLinkSetup
49
43
) {
50
44
$ this ->attribute = $ attribute ;
51
45
$ this ->category = $ category ;
52
46
$ this ->configurableProduct = $ configurableProduct ;
53
47
$ this ->productLinkSetup = $ productLinkSetup ;
54
- $ this ->order = $ order ;
55
48
}
56
49
57
50
/**
You can’t perform that action at this time.
0 commit comments