toDiscord($notifiable); $webhookUrl = $notifiable->routeNotificationForDiscord(); if (!$webhookUrl) { return; } dispatch(new SendMessageToDiscordJob($message, $webhookUrl)); } }