@@ -3,8 +3,6 @@ |
||
3 | 3 | namespace App\Console\Commands; |
4 | 4 | |
5 | 5 | use Illuminate\Console\Command; |
6 | -use Symfony\Component\Console\Input\InputInterface; |
|
7 | -use Symfony\Component\Console\Output\OutputInterface; |
|
8 | 6 | |
9 | 7 | class MakeJsonApiDemo extends Command |
10 | 8 | { |