channels = $notif_config[$klass];*/ } /** * Get the notification's delivery channels. * * @param mixed $notifiable * * @return array */ /*public function via($notifiable) { return $this->channels; }*/ /** * @return DiscordMessage|null */ public function toDiscordChannel($notifiable): ?DiscordMessage { return null; } }