dispatching event for clearing cache

This commit is contained in:
Manuel Raynaud
2013-10-18 08:25:42 +02:00
parent 6d791f5bf7
commit 2ecd1caac6
5 changed files with 166 additions and 8 deletions

View File

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