Torann / laravel-currency

This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
http://lyften.com/projects/laravel-currency
BSD 2-Clause "Simplified" License
392 stars 137 forks source link

Call to undefined method Currency::isDeferred() #43

Closed dakshhmehta closed 8 years ago

dakshhmehta commented 8 years ago

Command: php artisan vendor:publish --provider="Torann\Currency\CurrencyServiceProvider"

Output: [Symfony\Component\Debug\Exception\FatalThrowableError]
Call to undefined method Torann\Currency\Facades\Currency::isDeferred()

Came this error, while porting my 4.2 app used 0.1 version to 5.1.*@dev version of laravel.

Thanks,

dakshhmehta commented 8 years ago

Sorry, false reporting. I have fixed it.