Skip to content

Commit 26a41d4

Browse files
committed
Renames module in Webgriffe_BootstrapMenu
1 parent 9ec9b39 commit 26a41d4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Block/Html/Topmenu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Webgriffe\Theme\Block\Html;
3+
namespace Webgriffe\BootstrapMenu\Block\Html;
44

55
use Magento\Theme\Block\Html\Topmenu as CoreTopmenu;
66

etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
4-
<preference for="Magento\Theme\Block\Html\Topmenu" type="Webgriffe\Theme\Block\Html\Topmenu" />
4+
<preference for="Magento\Theme\Block\Html\Topmenu" type="Webgriffe\BootstrapMenu\Block\Html\Topmenu" />
55
</config>

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
4-
<module name="Webgriffe_Theme" setup_version="1.0.0">
4+
<module name="Webgriffe_BootstrapMenu" setup_version="1.0.0">
55
<sequence>
66
Magento_Theme
77
</sequence>

registration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
\Magento\Framework\Component\ComponentRegistrar::register(
44
\Magento\Framework\Component\ComponentRegistrar::MODULE,
5-
'Webgriffe_Theme',
5+
'Webgriffe_BootstrapMenu',
66
__DIR__
77
);

0 commit comments

Comments
 (0)