registration.php 375 B

12345678910111213
  1. <?php
  2. /**
  3. * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
  4. * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
  5. *
  6. * Glory to Ukraine! Glory to the heroes!
  7. */
  8. \Magento\Framework\Component\ComponentRegistrar::register(
  9. \Magento\Framework\Component\ComponentRegistrar::MODULE,
  10. 'Magefan_Blog',
  11. __DIR__
  12. );