<?php
// vim: set ts=4 sw=4 sts=4 et:
/**
* Customizations - support ticket ZDT-31144
*
* @category X-Cart_5_Module
* @package ZDT31144
* @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\ZDT31144;
use Symfony\Component\HttpKernel\Bundle\Bundle;
final class ZDT31144Bundle extends Bundle
{
}