rename cache:clear command

This commit is contained in:
Manuel Raynaud
2013-06-03 15:24:22 +02:00
parent fa3f8a3bf9
commit adea29bd5c
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Filesystem\Filesystem;
use Symfony\Component\Filesystem\Exception\IOException;
class ClearCacheCommand extends Command
class CacheClear extends Command
{
protected function configure()
{

View File

@@ -13,7 +13,7 @@
</loops>
<commands>
<command class="Thelia\Command\ClearCacheCommand"/>
<command class="Thelia\Command\CacheClear"/>
</commands>
<services>