We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9841217 commit fa26ecdCopy full SHA for fa26ecd
src/config/config.php
@@ -9,7 +9,7 @@
9
| Supported: "ip-api", "telize", "maxmind"
10
|
11
*/
12
- 'driver' => env(GEOIP_DRIVER, 'ip-api'),
+ 'driver' => env('GEOIP_DRIVER', 'ip-api'),
13
14
/*
15
|--------------------------------------------------------------------------
0 commit comments