item = $item; $this->waitingUser = $waitingUser; $this->userWithItem = $userWithItem; } /** * Build the message. * * @return $this */ public function build() { return $this->subject($this->waitingUser . ' wants to use ' . $this->item->name) ->markdown('emails.userWaiting'); } }