belongsTo(Carrier::class); } public function carrier_range_prices(){ return $this->hasMany(CarrierRangePrice::class); } }