help desk notification ticketreceived fix

This commit is contained in:
merdan 2020-05-07 15:10:05 +05:00
parent 910e7e7169
commit 65cc207070
1 changed files with 1 additions and 0 deletions

View File

@ -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)