vendor/shopware-pwa/shopware-pwa/src/SwagShopwarePwa.php line 7

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace SwagShopwarePwa;
  3. use Shopware\Core\Framework\Plugin;
  4. class SwagShopwarePwa extends Plugin
  5. {
  6.     public const ENDPOINT_PATH '/pwa';
  7. }