@@ -4,10 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use Deployer\Deployer; |
6 | 6 | use Symfony\Component\Console\Command\Command; |
7 | -use Symfony\Component\Console\Input\Input; |
|
8 | 7 | use Symfony\Component\Console\Input\InputArgument; |
9 | 8 | use Symfony\Component\Console\Input\InputInterface; |
10 | -use Symfony\Component\Console\Output\Output; |
|
11 | 9 | |
12 | 10 | class LogCommand extends Command |
13 | 11 | { |