modules/XC/Stripe/src/StripeBundle.php line 12

Open in your IDE?
  1. <?php
  2. /**
  3.  * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
  4.  * See https://www.x-cart.com/license-agreement.html for license details.
  5.  */
  6. namespace XC\Stripe;
  7. use Symfony\Component\HttpKernel\Bundle\Bundle;
  8. class StripeBundle extends Bundle
  9. {
  10. }