Skip to content

Commit b37f8e4

Browse files
authored
Add lang key to ipapi
1 parent b5d77ed commit b37f8e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/geoip.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
'secure' => true,
7171
'key' => env('IPAPI_KEY'),
7272
'continent_path' => storage_path('app/continents.json'),
73+
'lang' => 'en',
7374
],
7475

7576
],
@@ -140,4 +141,4 @@
140141
'currency' => 'USD',
141142
],
142143

143-
];
144+
];

0 commit comments

Comments
 (0)