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