belongsTo(Shippingnetservergroup::class, 'groupID', 'groupID'); } public function type() { return $this->belongsTo(Shippingnetnewstype::class, 'id', 'newstype'); } }