@@ -4,10 +4,10 @@ |
||
4 | 4 | |
5 | 5 | use Carbon\Carbon; |
6 | 6 | use Illuminate\Notifications\Messages\MailMessage; |
7 | -use Illuminate\Notifications\Messages\SlackMessage; |
|
8 | 7 | use Illuminate\Notifications\Messages\SlackAttachment; |
9 | -use Spatie\UptimeMonitor\Notifications\BaseNotification; |
|
8 | +use Illuminate\Notifications\Messages\SlackMessage; |
|
10 | 9 | use Spatie\UptimeMonitor\Events\CertificateExpiresSoon as SoonExpiringSslCertificateFoundEvent; |
10 | +use Spatie\UptimeMonitor\Notifications\BaseNotification; |
|
11 | 11 | |
12 | 12 | class CertificateExpiresSoon extends BaseNotification |
13 | 13 | { |