toDiscord($notifiable); $webhookUrl = data_get( InstanceSettings::get(), 'extra_attributes.discord_webhook' ); dispatch(new SendMessageToDiscordJob($message, $webhookUrl)); } }