modules/XC/Concierge/src/ConciergeBundle.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\Concierge;
  7. use Symfony\Component\HttpKernel\Bundle\Bundle;
  8. class ConciergeBundle extends Bundle
  9. {
  10. }