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

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace MetallitTheme;
  3. use Shopware\Core\Framework\Plugin;
  4. use Shopware\Storefront\Framework\ThemeInterface;
  5. class MetallitTheme extends Plugin implements ThemeInterface
  6. {
  7. }
  8. //class MetallitCustomRule extends Plugin
  9. //{
  10. //}