@@ -2,15 +2,15 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\Export\Console; |
| 4 | 4 | |
| 5 | +use Illuminate\Console\Command; |
|
| 6 | +use Illuminate\Support\Collection; |
|
| 5 | 7 | use Illuminate\Support\Facades\Storage; |
| 6 | 8 | use Spatie\Crawler\Crawler; |
| 7 | 9 | use Spatie\Export\Exporter; |
| 8 | -use Illuminate\Console\Command; |
|
| 9 | -use Illuminate\Support\Collection; |
|
| 10 | 10 | use Spatie\Export\InternalClient; |
| 11 | 11 | use Spatie\Sitemap\SitemapGenerator; |
| 12 | -use Symfony\Component\Process\Process; |
|
| 13 | 12 | use Symfony\Component\Console\Input\InputOption; |
| 13 | +use Symfony\Component\Process\Process; |
|
| 14 | 14 | |
| 15 | 15 | class ExportCommand extends Command |
| 16 | 16 | { |