action are now in controller event

This commit is contained in:
Manuel Raynaud
2013-05-16 17:11:06 +02:00
parent 079168c0f2
commit 97817d6885
3 changed files with 16 additions and 16 deletions

View File

@@ -17,7 +17,7 @@
<argument type="service" id="service_container" />
</service>
<service id="thelia.request_listener" class="Thelia\Core\EventListener\RequestListener">
<service id="thelia.controller_listener" class="Thelia\Core\EventListener\ControllerListener">
<tag name="kernel.event_subscriber"/>
</service>