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

16 lines
457 B
YAML

services:
KupShop\QuantityDiscountBundle\:
autowire: true
autoconfigure: true
resource: ../../{Context,Util}
KupShop\QuantityDiscountBundle\Admin\Tabs\:
resource: ../../Admin/Tabs/*.php
autoconfigure: true
KupShop\QuantityDiscountBundle\EventListener\OrderItemListener:
class: KupShop\QuantityDiscountBundle\EventListener\OrderItemListener
autowire: true
tags:
- { name: kernel.event_subscriber }