akaunting / laravel-money

Currency formatting and conversion package for Laravel
https://akaunting.com
MIT License
732 stars 101 forks source link

Use new static instead of new self #77

Closed ralphjsmit closed 1 year ago

ralphjsmit commented 1 year ago

This PR ensures that we are using "new static" everywhere instead of "new self". This would allow developers to extend the Money and/or Currency classes and add methods of their own.

Thanks!