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