<?php
declare(strict_types=1);
namespace Lenz\ProductShortDescription;
use Shopware\Core\Framework\Plugin;
class LenzPlatformProductShortDescription extends Plugin
{
}