<?php/** * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved. * See https://www.x-cart.com/license-agreement.html for license details. */declare(strict_types=1);namespace XC\GiftWrapping;use Symfony\Component\HttpKernel\Bundle\Bundle;final class GiftWrappingBundle extends Bundle{}