@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\LinkChecker\Reporters; |
4 | 4 | |
5 | -use Spatie\Crawler\Url; |
|
6 | 5 | use Illuminate\Contracts\Mail\Mailer; |
6 | +use Spatie\Crawler\Url; |
|
7 | 7 | |
8 | 8 | class MailBrokenLinks extends BaseReporter |
9 | 9 | { |