Closed
Description
I get the following error:
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',
];
Metadata
Metadata
Assignees
Labels
No labels