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