@@ -20,13 +20,13 @@ |
||
| 20 | 20 | 'en-US', |
| 21 | 21 | env('GOOGLE_MAPS_API_KEY'), |
| 22 | 22 | ], |
| 23 | - FreeGeoIp::class => [], |
|
| 23 | + FreeGeoIp::class => [ ], |
|
| 24 | 24 | ], |
| 25 | 25 | BingMaps::class => [ |
| 26 | 26 | 'en-US', |
| 27 | 27 | env('BING_MAPS_API_KEY'), |
| 28 | 28 | ], |
| 29 | - FreeGeoIp::class => [], |
|
| 29 | + FreeGeoIp::class => [ ], |
|
| 30 | 30 | GoogleMaps::class => [ |
| 31 | 31 | 'us', |
| 32 | 32 | env('GOOGLE_MAPS_API_KEY'), |