create content listener for crud management

This commit is contained in:
Manuel Raynaud
2013-09-21 15:32:27 +02:00
parent 7680fb42cc
commit f44b7daf8c
2 changed files with 95 additions and 0 deletions

View File

@@ -102,6 +102,11 @@
<tag name="kernel.event_subscriber"/>
</service>
<service id="thelia.action.content" class="Thelia\Action\Content">
<argument type="service" id="service_container"/>
<tag name="kernel.event_subscriber"/>
</service>
</services>
</config>