diff --git a/app/Notifications/TicketReceived.php b/app/Notifications/TicketReceived.php index 4feec47c..a278dedd 100644 --- a/app/Notifications/TicketReceived.php +++ b/app/Notifications/TicketReceived.php @@ -52,6 +52,7 @@ class TicketReceived extends Notification implements ShouldQueue */ public function toMail($notifiable) { + Log::info($notifiable); try{ if($notifiable instanceof HelpTicket){ return (new MailMessage)