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 145c52c commit 01cd942Copy full SHA for 01cd942
app/code/Magento/WidgetSampleData/Setup/Installer.php
@@ -28,8 +28,7 @@ public function install()
28
{
29
$this->cmsBlock->install(
30
[
31
- 'Magento_WidgetSampleData::fixtures/cmsblock.csv',
32
- 'Magento_WidgetSampleData::fixtures/cmsblock_giftcard.csv'
+ 'Magento_WidgetSampleData::fixtures/cmsblock.csv'
33
]
34
);
35
}
0 commit comments