modules/XC/Geolocation/src/GeolocationBundle.php line 14

Open in your IDE?
  1. <?php
  2. /**
  3.  * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
  4.  * See https://www.x-cart.com/license-agreement.html for license details.
  5.  */
  6. declare(strict_types=1);
  7. namespace XC\Geolocation;
  8. use Symfony\Component\HttpKernel\Bundle\Bundle;
  9. final class GeolocationBundle extends Bundle
  10. {
  11. }