@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\Export\Jobs; |
4 | 4 | |
5 | +use Illuminate\Contracts\Http\Kernel; |
|
5 | 6 | use Illuminate\Contracts\Routing\UrlGenerator; |
6 | -use RuntimeException; |
|
7 | 7 | use Illuminate\Http\Request; |
8 | +use RuntimeException; |
|
8 | 9 | use Spatie\Export\Destination; |
9 | -use Illuminate\Contracts\Http\Kernel; |
|
10 | 10 | use Spatie\Export\Traits\NormalizesPath; |
11 | 11 | |
12 | 12 | class ExportPath |