line($this->rawText()); } public function toSlack(object $notifiable): string { return $this->rawText(); } public function toDiscord(object $notifiable): string { return $this->rawText(); } public function toTelegram(object $notifiable): string { return $this->rawText(); } }