user = $user; $this->password = $password; } /** * Build the message. * * @return $this */ public function build() { return $this->markdown('emails.user.created'); } }