modules/QSL/ColorSwatches/src/ColorSwatchesBundle.php line 14

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. declare(strict_types=1);
  7. namespace QSL\ColorSwatches;
  8. use Symfony\Component\HttpKernel\Bundle\Bundle;
  9. final class ColorSwatchesBundle extends Bundle
  10. {
  11. }