@@ -3,12 +3,10 @@ |
||
3 | 3 | |
4 | 4 | use Consolidation\Config\ConfigInterface; |
5 | 5 | use Consolidation\Config\Util\ConfigFallback; |
6 | - |
|
7 | 6 | use Symfony\Component\Console\ConsoleEvents; |
8 | 7 | use Symfony\Component\Console\Event\ConsoleCommandEvent; |
9 | 8 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
10 | 9 | use Symfony\Component\Console\Application; |
11 | -use Symfony\Component\Console\Input\InputOption; |
|
12 | 10 | |
13 | 11 | class ConfigForCommand implements EventSubscriberInterface |
14 | 12 | { |