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 0560541 commit baa2dacCopy full SHA for baa2dac
src/GeoIP.php
@@ -32,7 +32,7 @@ class GeoIP
32
public function __construct(array $config = ['driver' => 'ip-api'])
33
{
34
$this->driver = with(new GeoIPManager($config))->getDriver();
35
- $this->random = array_get($config, 'randon', false);
+ $this->random = array_get($config, 'random', false);
36
}
37
38
/**
0 commit comments