Hi,
Not sure if this is the right place. I've been trying to update aon older Laravel project and at the same time upgrade GeoCoder.
Here's the error I'm getting:
"Non-static method Geocoder\Geocoder::geocode() should not be called statically, assuming $this from incompatible context"
And it's being called from
$geocode = Geocoder::geocode($fullAddy);
$coords = $geocode->getCoordinates();
Any idea what could be causing the error? All docs seem to indicate this is the proper way to call Geocoder.