vendor/store.shopware.com/wexogls/src/WexoGls.php line 11

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace Wexo\Gls;
  3. use Shopware\Core\Framework\Plugin;
  4. /**
  5.  * Class WexoGls
  6.  * @package Wexo\Gls
  7.  */
  8. class WexoGls extends Plugin
  9. {
  10. }