@@ -53,13 +53,13 @@ |
||
53 | 53 | protected function configure() |
54 | 54 | { |
55 | 55 | $this |
56 | - ->setName('phpfastcache:clear') |
|
57 | - ->setDescription('Clear phpfastcache cache') |
|
58 | - ->addArgument( |
|
56 | + ->setName('phpfastcache:clear') |
|
57 | + ->setDescription('Clear phpfastcache cache') |
|
58 | + ->addArgument( |
|
59 | 59 | 'driver', |
60 | 60 | InputArgument::OPTIONAL, |
61 | 61 | 'Cache name to clear' |
62 | - ); |
|
62 | + ); |
|
63 | 63 | } |
64 | 64 | |
65 | 65 | /** |