modules/XPay/XPaymentsCloud/src/XPaymentsCloudBundle.php line 12

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