<?php declare(strict_types=1);
/**
* PremSoft
* Copyright © 2023 PremSoft - Sven Mittreiter
*
* @copyright Copyright (c) 2023, PremSoft - Sven Mittreiter (http://www.premsoft.de)
* @author Sven Mittreiter <info@premsoft.de>
*/
namespace Prems\Plugin\PremsDiscountCategory6;
use Shopware\Core\Framework\Plugin;
/**
* Class PremsDiscountCategory6
*
* @package Prems\Plugin\PremsDiscountCategory6
*/
class PremsDiscountCategory6 extends Plugin
{
}