<?php
/**
* Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
* See https://www.x-cart.com/license-agreement.html for license details.
*/
declare(strict_types=1);
namespace XC\FastLaneCheckout;
use Symfony\Component\HttpKernel\Bundle\Bundle;
final class FastLaneCheckoutBundle extends Bundle
{
}