Skip to content

Commit

Permalink
Merge pull request #7 from experius/sequence
Browse files Browse the repository at this point in the history
Add sequence to module.xml to work with pipelines correctly
  • Loading branch information
lewisvoncken authored Jun 18, 2018
2 parents 561079b + 78c64a6 commit 19f4a7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +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="Experius_MissingTranslations" setup_version="1.1.0"/>
<module name="Experius_MissingTranslations" setup_version="1.1.0">
<sequence>
<module name="Magento_Translation"/>
</sequence>
</module>
</config>

0 comments on commit 19f4a7c

Please sign in to comment.