spatie / holidays

Calculate which days you don't have to work!
https://spatie.be/open-source
MIT License
328 stars 196 forks source link

Update README.md to remove named parameter from make #227

Closed arnebr closed 5 months ago

arnebr commented 5 months ago

Named parameters are not handled correct by the ::make() which calls func_get_args(). Remove the parameter region to make example work.

Details and fixes #213

Nielsvanpach commented 5 months ago

Thanks!