File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ final public function isEnabled()
234
234
return (bool )$ this ->objectManager ->get (\Magento \Framework \App \Config \ScopeConfigInterface::class)
235
235
->getValue (
236
236
'mfconflictdetector/general/enabled ' ,
237
- \Magento \Store \Model \ScopeInterface::SCOPE_STORE ,
237
+ \Magento \Store \Model \ScopeInterface::SCOPE_STORE
238
238
);
239
239
}
240
240
}
Original file line number Diff line number Diff line change 5
5
"magefan/module-community" : " >=2.1.6"
6
6
},
7
7
"type" : " magento2-module" ,
8
- "version" : " 2.1.0 " ,
8
+ "version" : " 2.1.1 " ,
9
9
"autoload" : {
10
10
"files" : [ " registration.php" ],
11
11
"psr-4" : {
Original file line number Diff line number Diff line change 8
8
*/
9
9
-->
10
10
<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 " >
12
12
<sequence >
13
13
<module name =" Magefan_Community" />
14
14
</sequence >
You can’t perform that action at this time.
0 commit comments