custom/plugins/DIScoGA4/src/DIScoGA4.php line 7

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