custom/plugins/mediameetsFbPixel/src/mediameetsFbPixel.php line 11

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace mediameets\mediameetsFbPixel;
  3. use Shopware\Core\Framework\Plugin;
  4. if (file_exists(dirname(__DIR__) . '/vendor/autoload.php')) {
  5.     require_once dirname(__DIR__) . '/vendor/autoload.php';
  6. }
  7. class mediameetsFbPixel extends Plugin
  8. {
  9. }