Mikael Dalholm

Results 2 comments of Mikael Dalholm

Of course there was a smarter solution for this! :) ```php $newRate = 4.0 $money = money(100)->convertTo( new \ArchTech\Money\Currency('EUR', 'Euro', $newRate, '', 'EUR') ); // $money->value(); // should now be...

> The code you just posted seems to be a good solution. I checked the `Currency` class and it doesn't register the currency into `CurrencyManager` automatically, so it won't override...