芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Listeners/LeadListener.php
notificationName == 'LeadAgentAssigned') { $lead = Lead::with('leadAgent', 'leadAgent.user')->findOrFail($event->lead->id); if ($lead->leadAgent) { Notification::send($lead->leadAgent->user, new LeadAgentAssigned($lead)); } } } }