I've adjusted the registered units ```php UnitMap::clear(); UnitMap::add(Meter::class); UnitMap::add(CentiMeter::class); UnitMap::add(MilliMeter::class); ``` But now the `nearest()` helper fails sometimes. ```php Length::nearest(1, Metric::class); ```