Skip to content

Commit ab653de

Browse files
committed
#44 Back ipapi to use as default to avoid BC breaks
see #44
1 parent ff0f7f0 commit ab653de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/geoip.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
|
4343
*/
4444

45-
'service' => env('GEOIP_SERVICE', null),
45+
'service' => env('GEOIP_SERVICE', 'ipapi'),
4646

4747
/*
4848
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)