@@ -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 | use Spatie\Export\Traits\NormalizesPath; |
| 11 | 10 | |
| 12 | 11 | class ExportPath |