BelongsTo(Order::class, 'order_id', 'id'); } public function owner(): morphTo { return $this->morphTo(); } }