Skip to content

Commit

Permalink
Merge branch 'v7.0' of https://github.com/stevebauman/location into v7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Dec 30, 2022
2 parents 0c218bf + bb2aaac commit 433b5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Drivers/HttpDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ protected function http(): PendingRequest

return value($callback, Http::timeout(2)->connectTimeout(2));
}
}
}
2 changes: 1 addition & 1 deletion src/Drivers/MaxMind.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ protected function fetchLocation(string $ip): City|Country
/**
* Get a new MaxMind web service client.
*/
protected function newClient(string $userId, string $licenseKey, array $options = []): Client
protected function newClient(string $userId, string $licenseKey, array $options = []): Client
{
return new Client($userId, $licenseKey, $options);
}
Expand Down

0 comments on commit 433b5d6

Please sign in to comment.