custom/plugins/EnnoTabsExtensionProductLayouts/EnnoTabsExtensionProductLayouts.php line 8

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