user = $user; } /** * Build the message. * * @return $this */ public function build() { return $this->with([ 'user' => $this->user ])->markdown('emails.notification.password_change'); } }