custom/plugins/LenzPlatformProductShortDescription/src/LenzPlatformProductShortDescription.php line 8

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace Lenz\ProductShortDescription;
  4. use Shopware\Core\Framework\Plugin;
  5. class LenzPlatformProductShortDescription extends Plugin
  6. {
  7. }