toUnit($unit); return (string) round($value, 2); } /** * For the HTTP Resource call */ public function toJson() { return [ 'gal' => round($this->toUnit('gal'), 2), 'liters' => round($this->toUnit('liters'), 2), ]; } }