<?php
/**
* NOTICE OF LICENSE
*
* @copyright Copyright (c) 01.03.2020 brainstation GbR
* @author Mike Becker<[email protected]>
*/
declare(strict_types=1);
namespace BstCatalogMode6;
use Shopware\Core\Framework\Plugin;
class BstCatalogMode6 extends Plugin
{
}