create a listener for adding the cart cookie in the response object

This commit is contained in:
Manuel Raynaud
2014-04-17 16:47:47 +02:00
parent 6ae0d02142
commit ec318376f5
4 changed files with 94 additions and 4 deletions

View File

@@ -96,6 +96,10 @@
<service id="mailer" class="Thelia\Mailer\MailerFactory">
<argument type="service" id="event_dispatcher"/>
</service>
<service id="response.listener" class="Thelia\Core\EventListener\ResponseListener">
<tag name="kernel.event_subscriber"/>
</service>
</services>
</config>