|
@@ -19,10 +19,10 @@ |
|
|
block discarded – undo |
|
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, |
|
25
|
|
- Symfony\Component\Console\Input\InputOption; |
|
|
22
|
+use Symfony\Component\Console\Input\InputInterface; |
|
|
23
|
+use Symfony\Component\Console\Output\OutputInterface; |
|
|
24
|
+use Symfony\Component\Console\Command\Command; |
|
|
25
|
+use Symfony\Component\Console\Input\InputOption; |
|
26
|
26
|
|
|
27
|
27
|
class WarmupAllViewsCommand extends Command |
|
28
|
28
|
{ |
Please login to merge, or discard this patch.