@@ -2,12 +2,12 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\Export; |
| 4 | 4 | |
| 5 | -use Spatie\Crawler\Crawler; |
|
| 6 | -use RecursiveIteratorIterator; |
|
| 5 | +use Illuminate\Contracts\Filesystem\Filesystem; |
|
| 7 | 6 | use RecursiveDirectoryIterator; |
| 7 | +use RecursiveIteratorIterator; |
|
| 8 | 8 | use Spatie\Crawler\CrawlInternalUrls; |
| 9 | +use Spatie\Crawler\Crawler; |
|
| 9 | 10 | use Spatie\Export\Concerns\Messenger; |
| 10 | -use Illuminate\Contracts\Filesystem\Filesystem; |
|
| 11 | 11 | |
| 12 | 12 | class Exporter |
| 13 | 13 | { |
@@ -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 | { |