fix issue on adding item action

This commit is contained in:
Manuel Raynaud
2013-08-13 09:53:49 +02:00
parent 7f83225645
commit 541fe7f75d
4 changed files with 61 additions and 11 deletions

View File

@@ -13,14 +13,17 @@
<services>
<service id="thelia.action.cart" class="Thelia\Action\Cart">
<argument type="service" id="service_container"/>
<tag name="kernel.event_subscriber"/>
</service>
<service id="thelia.action.customer" class="Thelia\Action\Customer">
<argument type="service" id="service_container"/>
<tag name="kernel.event_subscriber"/>
</service>
<service id="thelia.action.category" class="Thelia\Action\Category">
<argument type="service" id="service_container"/>
<tag name="kernel.event_subscriber"/>
</service>