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

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