Skip to content

Instantly share code, notes, and snippets.

@alihammad-gist
Created December 27, 2016 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alihammad-gist/6fcec560d9549a68e92bc9f1abe98127 to your computer and use it in GitHub Desktop.
Save alihammad-gist/6fcec560d9549a68e92bc9f1abe98127 to your computer and use it in GitHub Desktop.
<?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="Coco_First" setup_version="2.0.0">
<!-- Ordered Dependencies for this module -->
<sequence>
<module name="None_ExistentModule" />
</sequence>
</module>
</config>
<?php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
"Coco_Second",
__DIR__
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment