data = $data; } /** * Build the message. * * @return $this */ public function build() { return $this->subject("绑定预约成员") ->to($this->data['toUser']) ->view('email.text'); } }