registration.php 391 B

123456789101112131415
  1. <?php
  2. /**
  3. * This file is part of the Klarna Core module
  4. *
  5. * (c) Klarna Bank AB (publ)
  6. *
  7. * For the full copyright and license information, please view the NOTICE
  8. * and LICENSE files that were distributed with this source code.
  9. */
  10. \Magento\Framework\Component\ComponentRegistrar::register(
  11. \Magento\Framework\Component\ComponentRegistrar::MODULE,
  12. 'Klarna_Core',
  13. __DIR__
  14. );