rejectedBill = $rejectedBill->withoutRelations(); } /** * Execute the job. * * @return void */ public function handle(OrderRejectedBillRelationService $service) { if (!$this->rejectedBill) return; $service->rejectedBillSyncOrder($this->rejectedBill); } }