@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\Export; |
4 | 4 | |
5 | +use Illuminate\Contracts\Bus\Dispatcher; |
|
6 | +use Spatie\Export\Jobs\CleanDestination; |
|
5 | 7 | use Spatie\Export\Jobs\CrawlSite; |
6 | 8 | use Spatie\Export\Jobs\ExportPath; |
7 | 9 | use Spatie\Export\Jobs\IncludeFile; |
8 | -use Illuminate\Contracts\Bus\Dispatcher; |
|
9 | -use Spatie\Export\Jobs\CleanDestination; |
|
10 | 10 | |
11 | 11 | class Exporter |
12 | 12 | { |
@@ -2,11 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\Export\Jobs; |
4 | 4 | |
5 | -use Illuminate\Http\Request; |
|
6 | -use Spatie\Export\Destination; |
|
7 | 5 | use Illuminate\Contracts\Http\Kernel; |
6 | +use Illuminate\Http\Request; |
|
8 | 7 | use RuntimeException; |
9 | -use Spatie\Export\Crawler\LocalClient; |
|
8 | +use Spatie\Export\Destination; |
|
10 | 9 | |
11 | 10 | class ExportPath |
12 | 11 | { |