@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\Export\Console; |
| 4 | 4 | |
| 5 | -use Spatie\Export\Exporter; |
|
| 6 | 5 | use Illuminate\Console\Command; |
| 7 | -use Symfony\Component\Process\Process; |
|
| 6 | +use Spatie\Export\Exporter; |
|
| 8 | 7 | use Symfony\Component\Console\Input\InputOption; |
| 8 | +use Symfony\Component\Process\Process; |
|
| 9 | 9 | |
| 10 | 10 | class ExportCommand extends Command |
| 11 | 11 | { |