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