geocoder-php / GeocoderLaravel

Geocoder service provider for Laravel
http://geocoder-php.org/GeocoderLaravel/
MIT License
701 stars 102 forks source link

Don't pass null to adapter #152

Closed canvural closed 5 years ago

canvural commented 5 years ago

Hello,

I had this issue with Guzzle.

Guzzle expects an array to its constructor, but here we were passing null.

This PR fixes that issue.

mikebronner commented 5 years ago

@canvural Thanks for submitting this! :)

mikebronner commented 5 years ago

@canvural Give release 4.1.2 a try and let me know if that fixes it for you. Thanks again!