belongsTo(ShippingArrangement::class, 'arrangement_id'); } public function customIssue() { return $this->hasOne(OrderStep::class, 'schedule_id'); } }