belongsTo(Order::class, 'order_id', 'id'); } public function media() { return $this->belongsTo(Media::class, 'media_id', 'id'); } }