current_email = $current_email; $this->link = $link; } /** * Build the message. * * @return $this */ public function build() { $this->view('change-email'); $this->subject('Email change requested'); return $this; } }