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 ebd9a4c commit 99c3bc5Copy full SHA for 99c3bc5
app/code/Magento/SampleData/Module/ConfigurableProduct/Setup/Product.php
@@ -97,7 +97,7 @@ public function run()
97
98
$source = $this->csvSourceFactory->create(
99
[
100
- 'file' => '/fixtures/ConfigurableProduct/import-export_products-img.csv',
+ 'file' => 'fixtures/ConfigurableProduct/import-export_products-img.csv',
101
'directory' => $this->readFactory->create(
102
$this->componentRegistrar->getPath(ComponentRegistrar::MODULE, 'Magento_SampleData')
103
)
0 commit comments