rename cache:clear command
This commit is contained in:
@@ -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()
|
||||
{
|
||||
@@ -13,7 +13,7 @@
|
||||
</loops>
|
||||
|
||||
<commands>
|
||||
<command class="Thelia\Command\ClearCacheCommand"/>
|
||||
<command class="Thelia\Command\CacheClear"/>
|
||||
</commands>
|
||||
|
||||
<services>
|
||||
|
||||
Reference in New Issue
Block a user