Skip to content

Instantly share code, notes, and snippets.

@LinguistMB
Created Jan 15, 2018
Embed
What would you like to do?
<?php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Vendor_NamespaceModule',
__DIR__
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment