From adea29bd5c1e21f8400c9f726fc223701cb78067 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 3 Jun 2013 15:24:22 +0200 Subject: [PATCH] rename cache:clear command --- .../Thelia/Command/{ClearCacheCommand.php => CacheClear.php} | 2 +- core/lib/Thelia/Config/Resources/config.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename core/lib/Thelia/Command/{ClearCacheCommand.php => CacheClear.php} (98%) diff --git a/core/lib/Thelia/Command/ClearCacheCommand.php b/core/lib/Thelia/Command/CacheClear.php similarity index 98% rename from core/lib/Thelia/Command/ClearCacheCommand.php rename to core/lib/Thelia/Command/CacheClear.php index 6ce20a32c..36918cec1 100644 --- a/core/lib/Thelia/Command/ClearCacheCommand.php +++ b/core/lib/Thelia/Command/CacheClear.php @@ -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() { diff --git a/core/lib/Thelia/Config/Resources/config.xml b/core/lib/Thelia/Config/Resources/config.xml index ceb75b68f..e9210368d 100644 --- a/core/lib/Thelia/Config/Resources/config.xml +++ b/core/lib/Thelia/Config/Resources/config.xml @@ -13,7 +13,7 @@ - +