registration.php 303 B

123456789101112
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. declare(strict_types=1);
  7. \Magento\Framework\Component\ComponentRegistrar::register(
  8. \Magento\Framework\Component\ComponentRegistrar::MODULE,
  9. 'Magento_InventoryProductAlert',
  10. __DIR__
  11. );