Skip to content

Commit 6c02e3b

Browse files
authored
Merge pull request #27 from magento-trigger/AC-1977
[Platform Health] PHP 8.1 Updates
2 parents 4493f3a + a50178c commit 6c02e3b

File tree

6 files changed

+2
-27
lines changed

6 files changed

+2
-27
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public function install()
6060
$this->block->install(
6161
[
6262
'Magento_CmsSampleData::fixtures/blocks/categories_static_blocks.csv',
63-
'Magento_CmsSampleData::fixtures/blocks/categories_static_blocks_giftcard.csv',
6463
'Magento_CmsSampleData::fixtures/blocks/pages_static_blocks.csv',
6564
]
6665
);

app/code/Magento/CmsSampleData/etc/module.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<module name="Magento_BundleSampleData"/>
1515
<module name="Magento_ConfigurableSampleData"/>
1616
<module name="Magento_GroupedProductSampleData"/>
17-
<module name="Magento_GiftCardSampleData"/>
1817
<module name="Magento_ThemeSampleData"/>
1918
</sequence>
2019
</module>

app/code/Magento/CmsSampleData/fixtures/blocks/categories_static_blocks_giftcard.csv

Lines changed: 0 additions & 21 deletions
This file was deleted.

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
}

app/code/Magento/WidgetSampleData/etc/module.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<module name="Magento_SampleData"/>
1313
<module name="Magento_CatalogSampleData"/>
1414
<module name="Magento_ConfigurableSampleData"/>
15+
<module name="Magento_CmsSampleData"/>
1516
</sequence>
1617
</module>
1718
</config>

app/code/Magento/WidgetSampleData/fixtures/cmsblock_giftcard.csv

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)