vendor/shopware/core/Framework/Api/Context/SystemSource.php line 8

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace Shopware\Core\Framework\Api\Context;
  3. use Shopware\Core\Framework\Log\Package;
  4. #[Package('core')]
  5. class SystemSource implements ContextSource
  6. {
  7. }