Skip to content

Commit baa2dac

Browse files
committed
typo
1 parent 0560541 commit baa2dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GeoIP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class GeoIP
3232
public function __construct(array $config = ['driver' => 'ip-api'])
3333
{
3434
$this->driver = with(new GeoIPManager($config))->getDriver();
35-
$this->random = array_get($config, 'randon', false);
35+
$this->random = array_get($config, 'random', false);
3636
}
3737

3838
/**

0 commit comments

Comments
 (0)