@@ -3,10 +3,10 @@  | 
                                                    ||
| 3 | 3 | namespace Spatie\LinkChecker;  | 
                                                        
| 4 | 4 | |
| 5 | 5 | use Exception;  | 
                                                        
| 6 | -use Spatie\Crawler\Crawler;  | 
                                                        |
| 7 | 6 | use Illuminate\Console\Command;  | 
                                                        
| 8 | -use Spatie\Crawler\CrawlProfile;  | 
                                                        |
| 9 | 7 | use Spatie\Crawler\CrawlObserver;  | 
                                                        
| 8 | +use Spatie\Crawler\CrawlProfile;  | 
                                                        |
| 9 | +use Spatie\Crawler\Crawler;  | 
                                                        |
| 10 | 10 | |
| 11 | 11 | class CheckLinksCommand extends Command  | 
                                                        
| 12 | 12 |  { | 
                                                        
@@ -2,10 +2,10 @@  | 
                                                    ||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\LinkChecker\Reporters;  | 
                                                        
| 4 | 4 | |
| 5 | -use Psr\Http\Message\UriInterface;  | 
                                                        |
| 5 | +use GuzzleHttp\Exception\RequestException;  | 
                                                        |
| 6 | 6 | use Illuminate\Contracts\Mail\Mailer;  | 
                                                        
| 7 | 7 | use Psr\Http\Message\ResponseInterface;  | 
                                                        
| 8 | -use GuzzleHttp\Exception\RequestException;  | 
                                                        |
| 8 | +use Psr\Http\Message\UriInterface;  | 
                                                        |
| 9 | 9 | |
| 10 | 10 | class MailBrokenLinks extends BaseReporter  | 
                                                        
| 11 | 11 |  { |