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 2be5545 commit 6be7d1eCopy full SHA for 6be7d1e
app/code/Magento/Version/etc/frontend/routes.xml
@@ -8,7 +8,7 @@
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
9
<router id="standard">
10
<route id="magento_version" frontName="magento_version">
11
- <module name="Magento_Version" />
+ <module name="Magento_Version"/>
12
</route>
13
</router>
14
</config>
app/code/Magento/Version/etc/module.xml
@@ -6,6 +6,6 @@
6
*/
7
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
- <module name="Magento_Version" >
+ <module name="Magento_Version">
</module>
0 commit comments