芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Listeners/TicketReplyListener.php
notifyUser)) { Notification::send($event->notifyUser, new NewTicketReply($event->ticketReply)); } else { Notification::send(User::allAdmins($event->ticketReply->ticket->company->id), new NewTicketReply($event->ticketReply)); } } }