芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Listeners/FileUploadListener.php
fileUpload->project_id); Notification::send($project->projectMembers, new FileUpload($event->fileUpload)); if (($event->fileUpload->project->client_id != null)) { // Notify client $notifyUser = User::withoutGlobalScope(ActiveScope::class)->findOrFail($event->fileUpload->project->client_id); if ($notifyUser) { Notification::send($notifyUser, new FileUpload($event->fileUpload)); } } } }