Skip to content

Commit

Permalink
Update geocoder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner authored Apr 16, 2020
1 parent 2de296b commit 0c7e3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/geocoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
'providers' => [
Chain::class => [
GoogleMaps::class => [
env('GOOGLE_MAPS_LOCALE', 'en-US'),
env('GOOGLE_MAPS_LOCALE', 'us'),
env('GOOGLE_MAPS_API_KEY'),
],
GeoPlugin::class => [],
Expand Down

0 comments on commit 0c7e3d8

Please sign in to comment.