芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Listeners/TaskNoteListener.php
client == 'client') { Notification::send($event->notifyUser, new TaskNoteClient($event->task, $event->created_at)); } else { Notification::send($event->notifyUser, new TaskNote($event->task, $event->created_at)); } } }