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

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace Wxde\ThemeWojoer202201;
  3. use Shopware\Core\Framework\Plugin;
  4. use Shopware\Storefront\Framework\ThemeInterface;
  5. class WxdeThemeWojoer202201 extends Plugin implements ThemeInterface
  6. {
  7. }