You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing argument 2 for Alexpechkarev\GoogleGeocoder\GoogleGeocoder::geocode(), called in /home/vagrant/Projects/athliit/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php on line 210 and defined
When I try to do:
Geocoder::geocode('my-ip-address');
With my config looking like so:
<?php
return [
// Providers get called in the chain order given here.
// The first one to return a result will be used.
'providers' => [
'Geocoder\Provider\FreeGeoIpProvider' => null,
],
'adapter' => 'Geocoder\HttpAdapter\CurlHttpAdapter',
];
The text was updated successfully, but these errors were encountered:
I get the following error:
When I try to do:
With my config looking like so:
The text was updated successfully, but these errors were encountered: