to = $to[0]; } else { $this->to = $to; } return $this; } /** * Set the data of the FCM message. * * @param array $data * @return $this */ public function data(array $data) { $this->data = $data; return $this; } }