<?php// vim: set ts=4 sw=4 sts=4 et:/** * Multiple Quantity * * @category X-Cart_5_Module * @package MultipleQty * @author CFL Systems, Inc. <support@cflsystems.com> * @copyright 2023 CFL Systems, Inc. All rights reserved. * @license License Agreement https://www.cflsystems.com/software-license-agreement.html * @link https://www.cflsystems.com/ */declare(strict_types=1);namespace CSI\MultipleQty;use Symfony\Component\HttpKernel\Bundle\Bundle;final class MultipleQtyBundle extends Bundle{}