@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\Export\Destinations; |
4 | 4 | |
5 | -use Spatie\Export\Destination; |
|
6 | 5 | use Illuminate\Contracts\Filesystem\Filesystem; |
6 | +use Spatie\Export\Destination; |
|
7 | 7 | |
8 | 8 | class FilesystemDestination implements Destination |
9 | 9 | { |