Files
kupshop/bundles/KupShop/ProxyCacheBundle/Resources/config/services.yml
2025-08-02 16:30:27 +02:00

16 lines
364 B
YAML

services:
_defaults:
autowire: true
autoconfigure: true
KupShop\ProxyCacheBundle\:
resource: ../../{EventListener,Inspection}
KupShop\ProxyCacheBundle\Command\CookiesFunctionalityTestCommand:
tags:
- { name: console.command }
KupShop\ProxyCacheBundle\Util\CookiesFunctionalityTest:
arguments:
$domains: '%shop.domains%'