modules/CSI/MultipleQty/src/MultipleQtyBundle.php line 21

Open in your IDE?
  1. <?php
  2. // vim: set ts=4 sw=4 sts=4 et:
  3. /**
  4.  * Multiple Quantity
  5.  *
  6.  * @category  X-Cart_5_Module
  7.  * @package   MultipleQty
  8.  * @author    CFL Systems, Inc. <support@cflsystems.com>
  9.  * @copyright 2023 CFL Systems, Inc. All rights reserved.
  10.  * @license   License Agreement https://www.cflsystems.com/software-license-agreement.html
  11.  * @link      https://www.cflsystems.com/
  12.  */
  13. declare(strict_types=1);
  14. namespace CSI\MultipleQty;
  15. use Symfony\Component\HttpKernel\Bundle\Bundle;
  16. final class MultipleQtyBundle extends Bundle
  17. {
  18. }