16 lines
457 B
YAML
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 }
|