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
393 stars 136 forks source link

Don't pass id to INSERT queries. #66

Closed nCrazed closed 7 years ago

nCrazed commented 7 years ago

There's no reason to set a value for autoincrementing column here.

Resolves #65