Completed
Push — master ( 8be0cb...1739f1 )
by
unknown
24:24
created
config/geocoder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,13 +20,13 @@
 block discarded – undo
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'),
Please login to merge, or discard this patch.