user = $user; $this->booking = $booking; $this->file = $file; } public function handle() { $this->user->notify(new PaymentProofUploadedEmail($this->user, $this->booking, $this->file)); } }