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 410c12c commit 6ffe7e0Copy full SHA for 6ffe7e0
Plugin/SectionLoadControllerPlugin.php
@@ -1,7 +1,7 @@
1
<?php
2
declare(strict_types=1);
3
4
-namespace IntegerNet\SectionsDataSessionUnblocker\Plugin;
+namespace IntegerNet\SessionUnblocker\Plugin;
5
6
use \Magento\Framework\Session\Generic as GenericSession;
7
use \Magento\Customer\Model\Session as CustomerSession;
etc/module.xml
<?xml version="1.0" ?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
- <module name="IntegerNet_SectionsDataSessionUnblocker" setup_version="0.0.1">
+ <module name="IntegerNet_SessionUnblocker" setup_version="0.0.1">
<sequence>
<module name="Magento_Customer"/>
</sequence>
0 commit comments