implement command process

This commit is contained in:
Manuel Raynaud
2013-06-03 13:12:34 +02:00
parent c4d8aef962
commit af086a55da
6 changed files with 160 additions and 1 deletions

View File

@@ -12,6 +12,10 @@
<loop class="Thelia\Core\Template\Loop\Category" name="category"/>
</loops>
<commands>
<command class="Thelia\Command\ClearCacheCommand"/>
</commands>
<services>
<service id="event_dispatcher" class="Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher">
<argument type="service" id="service_container" />