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
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"
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
Any idea what could be causing the error? All docs seem to indicate this is the proper way to call Geocoder.
The text was updated successfully, but these errors were encountered: