hasOne(Country::class); } /* METHODS */ public function round($value,$mode=self::ROUND_HALF_UP) { return round($value,$this->rounding,$mode); } }