From 987f25e85a243d1cbad098e2ebc45e214b0674ab Mon Sep 17 00:00:00 2001 From: edalzell Date: Fri, 13 Aug 2021 13:38:47 -0700 Subject: [PATCH] proper docblocks --- src/Notifications/AlertCleared.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Notifications/AlertCleared.php b/src/Notifications/AlertCleared.php index 7e42072..d255c2b 100644 --- a/src/Notifications/AlertCleared.php +++ b/src/Notifications/AlertCleared.php @@ -3,8 +3,6 @@ namespace TransformStudios\Uptime\Notifications; use Illuminate\Bus\Queueable; -use Illuminate\Contracts\Queue\ShouldQueue; -use Illuminate\Notifications\Messages\MailMessage; use Illuminate\Notifications\Notification; use TransformStudios\Front\Notifications\Channel\Message; @@ -31,7 +29,7 @@ public function via($notifiable) * Get the mail representation of the notification. * * @param mixed $notifiable - * @return \Illuminate\Notifications\Messages\MailMessage + * @return \TransformStudios\Front\Notifications\Channel\Message */ public function toFront($notifiable) {