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