Skip to content

Commit 3c3abfe

Browse files
committed
Update geoip.php
1 parent f759cd6 commit 3c3abfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config/geoip.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
'license_key' => env('GEOIP_LICENSE_KEY'),
2929
'database_path' => storage_path('app/geoip.mmdb'),
3030
'update_url' => 'https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz',
31+
'locales' => ['en'],
3132
),
3233

3334
/*
@@ -52,4 +53,4 @@
5253
"continent" => "NA",
5354
),
5455

55-
);
56+
);

0 commit comments

Comments
 (0)