Skip to content

Commit 6ffe7e0

Browse files
committed
Rename namespace according to module name
1 parent 410c12c commit 6ffe7e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Plugin/SectionLoadControllerPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace IntegerNet\SectionsDataSessionUnblocker\Plugin;
4+
namespace IntegerNet\SessionUnblocker\Plugin;
55

66
use \Magento\Framework\Session\Generic as GenericSession;
77
use \Magento\Customer\Model\Session as CustomerSession;

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="IntegerNet_SectionsDataSessionUnblocker" setup_version="0.0.1">
4+
<module name="IntegerNet_SessionUnblocker" setup_version="0.0.1">
55
<sequence>
66
<module name="Magento_Customer"/>
77
</sequence>

0 commit comments

Comments
 (0)