Skip to content

Commit 1129d7e

Browse files
author
Alex Bomko
committed
MAGETWO-45480: Error in the install sample data
1 parent 6ca3ecf commit 1129d7e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

app/code/Magento/ConfigurableSampleData/Setup/Installer.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ class Installer implements Setup\SampleData\InstallerInterface
2929
*/
3030
protected $productLinkSetup;
3131

32-
/**
33-
* @var \Magento\SalesSampleData\Model\Order
34-
*/
35-
protected $order;
36-
3732
/**
3833
* @param \Magento\CatalogSampleData\Model\Attribute $attribute
3934
* @param \Magento\CatalogSampleData\Model\Category $category
@@ -44,14 +39,12 @@ public function __construct(
4439
\Magento\CatalogSampleData\Model\Attribute $attribute,
4540
\Magento\CatalogSampleData\Model\Category $category,
4641
\Magento\ConfigurableSampleData\Model\Product $configurableProduct,
47-
\Magento\ProductLinksSampleData\Model\ProductLink $productLinkSetup,
48-
\Magento\SalesSampleData\Model\Order $order
42+
\Magento\ProductLinksSampleData\Model\ProductLink $productLinkSetup
4943
) {
5044
$this->attribute = $attribute;
5145
$this->category = $category;
5246
$this->configurableProduct = $configurableProduct;
5347
$this->productLinkSetup = $productLinkSetup;
54-
$this->order = $order;
5548
}
5649

5750
/**

0 commit comments

Comments
 (0)