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