ash-jc-allen / laravel-exchange-rates

A Laravel wrapper package for interacting with the exchangeratesapi.io API.
MIT License
449 stars 49 forks source link

Renamed `ssl` config option to `https` #137

Closed ash-jc-allen closed 1 year ago

ash-jc-allen commented 1 year ago

This is just a quick PR that renames the newly added ssl config option to https. This is purely down to personal preference and I just feel like I prefer the sound of https more 🙂

Original PR: https://github.com/ash-jc-allen/laravel-exchange-rates/pull/136