Skip to content

Commit

Permalink
proper docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Aug 13, 2021
1 parent 69252b7 commit 987f25e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Notifications/AlertCleared.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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)
{
Expand Down

0 comments on commit 987f25e

Please sign in to comment.