toSlack(); $webhookUrl = $notifiable->routeNotificationForSlack(); if (!$webhookUrl) { return; } dispatch(new SendMessageToSlackJob($message, $webhookUrl))->onQueue('high'); } }