Skip to content

Commit

Permalink
Add missing sequence tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker authored Nov 2, 2021
1 parent f669357 commit c53b27f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Emico_RobinHqEnterprise" setup_version="0.0.1">
<module name="Emico_RobinHq"/>
<sequence>
<module name="Emico_RobinHq"/>
</sequence>
</module>
</config>

0 comments on commit c53b27f

Please sign in to comment.