From 65cc207070ff6a5a153e41336a219b45f2e66e5e Mon Sep 17 00:00:00 2001 From: merdan Date: Thu, 7 May 2020 15:10:05 +0500 Subject: [PATCH] help desk notification ticketreceived fix --- app/Notifications/TicketReceived.php | 1 + 1 file changed, 1 insertion(+) 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)