$this->consultation, 'client' => $this->consultation->user, ], ); } /** * Get the attachments for the message. * * @return array */ public function attachments(): array { return []; } }