We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de296b commit 0c7e3d8Copy full SHA for 0c7e3d8
config/geocoder.php
@@ -58,7 +58,7 @@
58
'providers' => [
59
Chain::class => [
60
GoogleMaps::class => [
61
- env('GOOGLE_MAPS_LOCALE', 'en-US'),
+ env('GOOGLE_MAPS_LOCALE', 'us'),
62
env('GOOGLE_MAPS_API_KEY'),
63
],
64
GeoPlugin::class => [],
0 commit comments