item = $item; $this->username = $username; } /** * Build the message. * * @return $this */ public function build() { return $this->subject($this->item->name . ' is available!') ->markdown('emails.itemAvailable'); } }