@@ -3,10 +3,10 @@ |
||
3 | 3 | namespace Spatie\SchemaOrg\Generator\Console; |
4 | 4 | |
5 | 5 | use Spatie\SchemaOrg\Generator\Definitions; |
6 | -use Symfony\Component\Console\Command\Command; |
|
7 | 6 | use Spatie\SchemaOrg\Generator\PackageGenerator; |
8 | -use Symfony\Component\Console\Input\InputOption; |
|
7 | +use Symfony\Component\Console\Command\Command; |
|
9 | 8 | use Symfony\Component\Console\Input\InputInterface; |
9 | +use Symfony\Component\Console\Input\InputOption; |
|
10 | 10 | use Symfony\Component\Console\Output\OutputInterface; |
11 | 11 | |
12 | 12 | class GenerateCommand extends Command |