Skip to content

Instantly share code, notes, and snippets.

@sashas777
Created January 24, 2017 04:57
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 sashas777/e6fcf06e203ba26e5de1f6e64d15991b to your computer and use it in GitHub Desktop.
Save sashas777/e6fcf06e203ba26e5de1f6e64d15991b to your computer and use it in GitHub Desktop.
Magento 2.1.3 Make Customer Attribute - registration.php
<?php
/**
* @author Sashas IT Support <support@sashas.org>
* @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