payment = $payment; } /** * Execute the job. * * @param ContactMailer $mailer */ public function handle(ContactMailer $contactMailer) { $contactMailer->sendPaymentConfirmation($this->payment); } }