@@ -11,11 +11,9 @@ |
||
| 11 | 11 | use RecursiveIteratorIterator; |
| 12 | 12 | use SplFileInfo; |
| 13 | 13 | use FilesystemIterator; |
| 14 | -use Symfony\Component\Config\FileLocator; |
|
| 15 | 14 | use Symfony\Component\Console\Command\Command; |
| 16 | 15 | use Symfony\Component\Console\Input\InputArgument; |
| 17 | 16 | use Symfony\Component\Console\Input\InputInterface; |
| 18 | -use Symfony\Component\Console\Input\InputOption; |
|
| 19 | 17 | use Symfony\Component\Console\Output\OutputInterface; |
| 20 | 18 | use Webiny\Component\EventManager\EventManager; |
| 21 | 19 | |