Skip to content

Commit 841641b

Browse files
committed
Sort entries of module.xml file
1 parent 0a7a37f commit 841641b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

etc/module.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
33
<module name="Yireo_Avif">
44
<sequence>
5-
<module name="Yireo_NextGenImages" />
6-
<module name="Magento_Backend" />
7-
<module name="Magento_Catalog" />
8-
<module name="Magento_Config" />
9-
<module name="Magento_PageCache" />
10-
<module name="Magento_Store" />
11-
<module name="Magento_Theme" />
5+
<module name="Magento_Backend"/>
6+
<module name="Magento_Catalog"/>
7+
<module name="Magento_Config"/>
8+
<module name="Magento_PageCache"/>
9+
<module name="Magento_Store"/>
10+
<module name="Magento_Theme"/>
11+
<module name="Yireo_NextGenImages"/>
1212
</sequence>
1313
</module>
14-
</config>
14+
</config>

0 commit comments

Comments
 (0)