Skip to content

Commit 1064e1a

Browse files
committed
Fix for version 2.1.0
1 parent 4ec6ecf commit 1064e1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Block/Adminhtml/ConflictList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ final public function isEnabled()
234234
return (bool)$this->objectManager->get(\Magento\Framework\App\Config\ScopeConfigInterface::class)
235235
->getValue(
236236
'mfconflictdetector/general/enabled',
237-
\Magento\Store\Model\ScopeInterface::SCOPE_STORE,
237+
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
238238
);
239239
}
240240
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"magefan/module-community" : ">=2.1.6"
66
},
77
"type": "magento2-module",
8-
"version": "2.1.0",
8+
"version": "2.1.1",
99
"autoload": {
1010
"files": [ "registration.php" ],
1111
"psr-4": {

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
-->
1010
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
11-
<module name="Magefan_ConflictDetector" setup_version="2.1.0">
11+
<module name="Magefan_ConflictDetector" setup_version="2.1.1">
1212
<sequence>
1313
<module name="Magefan_Community"/>
1414
</sequence>

0 commit comments

Comments
 (0)