to(SettingsHelper::get('telegram_chat_id')->value) ->content($msg) ->options(['parse_mode' => 'Markdown']); } /** * Get the array representation of the notification. * * @param mixed $notifiable * @return array */ public function toArray($notifiable) { return [ // ]; } }