belongsTo(UnitPriceCategory::class); } public function unitPrices() { return $this->hasMany(UnitPrice::class); } }