Skip to content

Commit 7692593

Browse files
committed
Sort entries of module.xml file
1 parent acc2cb7 commit 7692593

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

etc/module.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
/**
44
* Yireo TaxRatesManager2 for Magento 2
55
*
6-
* @package Yireo_TaxRatesManager 2
7-
* @author Yireo (https://www.yireo.com/)
8-
* @copyright Copyright 2018 Yireo (https://www.yireo.com/)
9-
* @license Open Source License (OSL v3)
6+
* @package Yireo_TaxRatesManager 2
7+
* @author Yireo (https://www.yireo.com/)
8+
* @copyright Copyright 2018 Yireo (https://www.yireo.com/)
9+
* @license Open Source License (OSL v3)
1010
*/
1111
-->
1212
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
@@ -15,8 +15,8 @@
1515
<module name="Magento_Backend"/>
1616
<module name="Magento_Config"/>
1717
<module name="Magento_Customer"/>
18-
<module name="Magento_Tax"/>
1918
<module name="Magento_Store"/>
19+
<module name="Magento_Tax"/>
2020
</sequence>
2121
</module>
22-
</config>
22+
</config>

0 commit comments

Comments
 (0)