help desk notification ticketreceived fix
This commit is contained in:
parent
910e7e7169
commit
65cc207070
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue