order = $order; } /** * Execute the job. * * @return void */ public function handle(OrderMailer $orderMailer) { $orderMailer->sendOrderNotification($this->order); } }