akaunting / laravel-money

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

replaced new self with new static #29 #31

Closed eric-reichenbach closed 5 years ago

eric-reichenbach commented 5 years ago

Pull request related to the issue #29

I replace the new self() by new static() to allow better inheritance.

denisdulici commented 5 years ago

Thanks Eric