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\Filesystem;
|
||||||
use Symfony\Component\Filesystem\Exception\IOException;
|
use Symfony\Component\Filesystem\Exception\IOException;
|
||||||
|
|
||||||
class ClearCacheCommand extends Command
|
class CacheClear extends Command
|
||||||
{
|
{
|
||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
</loops>
|
</loops>
|
||||||
|
|
||||||
<commands>
|
<commands>
|
||||||
<command class="Thelia\Command\ClearCacheCommand"/>
|
<command class="Thelia\Command\CacheClear"/>
|
||||||
</commands>
|
</commands>
|
||||||
|
|
||||||
<services>
|
<services>
|
||||||
|
|||||||
Reference in New Issue
Block a user