modules/CSI/ZDT31144/src/ZDT31144Bundle.php line 21

Open in your IDE?
  1. <?php
  2. // vim: set ts=4 sw=4 sts=4 et:
  3. /**
  4.  * Customizations - support ticket ZDT-31144
  5.  *
  6.  * @category  X-Cart_5_Module
  7.  * @package   ZDT31144
  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\ZDT31144;
  15. use Symfony\Component\HttpKernel\Bundle\Bundle;
  16. final class ZDT31144Bundle extends Bundle
  17. {
  18. }