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