<?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\CustomProductTabs;use Symfony\Component\HttpKernel\Bundle\Bundle;final class CustomProductTabsBundle extends Bundle{}