registration.php 275 B

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