Fixed typo

This commit is contained in:
franck
2013-08-26 09:59:01 +02:00
parent a0b82879f5
commit 803e93f61c

View File

@@ -1,5 +1,4 @@
<?php <?php
use Thelia\Core\Event\TheliaEvents;
/*************************************************************************************/ /*************************************************************************************/
/* */ /* */
/* Thelia */ /* Thelia */
@@ -24,7 +23,6 @@ use Thelia\Core\Event\TheliaEvents;
namespace Thelia\Command; namespace Thelia\Command;
use Thelia\Command\ContainerAwareCommand; use Thelia\Command\ContainerAwareCommand;
use Thelia\Core\Event\TheliaEvents; use Thelia\Core\Event\TheliaEvents;
@@ -33,6 +31,7 @@ use Symfony\Component\Console\Output\OutputInterface;
use Thelia\Core\Event\ImageEvent; use Thelia\Core\Event\ImageEvent;
use Thelia\Core\HttpFoundation\Request; use Thelia\Core\HttpFoundation\Request;
use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputArgument;
use Thelia\Core\Event\TheliaEvents;
class ClearImageCache extends ContainerAwareCommand class ClearImageCache extends ContainerAwareCommand