@@ -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 | { |
@@ -2,10 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\Export; |
4 | 4 | |
5 | -use Spatie\Export\Jobs\CrawlSite; |
|
6 | 5 | use Illuminate\Contracts\Bus\Dispatcher; |
7 | 6 | use Spatie\Export\Jobs\CleanDestination; |
8 | -use Spatie\Export\Jobs\cleanBeforeExportDestination; |
|
7 | +use Spatie\Export\Jobs\CrawlSite; |
|
9 | 8 | |
10 | 9 | class Exporter |
11 | 10 | { |