@@ -19,9 +19,9 @@ |
||
19 | 19 | |
20 | 20 | namespace Doctrine\ODM\CouchDB\Tools\Console\Command; |
21 | 21 | |
22 | -use Symfony\Component\Console\Input\InputInterface, |
|
23 | - Symfony\Component\Console\Output\OutputInterface, |
|
24 | - Symfony\Component\Console\Command\Command; |
|
22 | +use Symfony\Component\Console\Input\InputInterface; |
|
23 | +use Symfony\Component\Console\Output\OutputInterface; |
|
24 | +use Symfony\Component\Console\Command\Command; |
|
25 | 25 | |
26 | 26 | class CompactAllViewsCommand extends Command |
27 | 27 | { |