Skip to content

Commit 01cd942

Browse files
committed
AC-1977: Use of Commerce entities in OpenSource sample data
1 parent 145c52c commit 01cd942

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ public function install()
2828
{
2929
$this->cmsBlock->install(
3030
[
31-
'Magento_WidgetSampleData::fixtures/cmsblock.csv',
32-
'Magento_WidgetSampleData::fixtures/cmsblock_giftcard.csv'
31+
'Magento_WidgetSampleData::fixtures/cmsblock.csv'
3332
]
3433
);
3534
}

0 commit comments

Comments
 (0)