Skip to content

Commit fa26ecd

Browse files
committed
Update config.php
1 parent 9841217 commit fa26ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| Supported: "ip-api", "telize", "maxmind"
1010
|
1111
*/
12-
'driver' => env(GEOIP_DRIVER, 'ip-api'),
12+
'driver' => env('GEOIP_DRIVER', 'ip-api'),
1313

1414
/*
1515
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)