Created
January 24, 2017 04:57
-
-
Save sashas777/e6fcf06e203ba26e5de1f6e64d15991b to your computer and use it in GitHub Desktop.
Magento 2.1.3 Make Customer Attribute - registration.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @author Sashas IT Support <[email protected]> | |
* @copyright 2017 Sashas IT Support Inc. (http://www.extensions.sashas.org) | |
* @license http://opensource.org/licenses/GPL-3.0 GNU General Public License, version 3 (GPL-3.0) | |
*/ | |
\Magento\Framework\Component\ComponentRegistrar::register( | |
\Magento\Framework\Component\ComponentRegistrar::MODULE, | |
'Sashas_CustomerAttribute', | |
__DIR__ | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment