Closed Stichoza closed 9 years ago
There is no "loc" index in some results and it causes an error. undefined index "loc" instead of NoResultException.
undefined index "loc"
NoResultException
Example: http://ipinfo.io/192.168.10.1
192.168.10.1 is used in Laravel Homestead (on Vagrant)
P.S. Tests aren't failing because of this pull request. Actually it can be merged without errors.
Thanks :)
There is no "loc" index in some results and it causes an error.
undefined index "loc"
instead ofNoResultException
.Example: http://ipinfo.io/192.168.10.1
192.168.10.1 is used in Laravel Homestead (on Vagrant)