Skip to content

Commit

Permalink
Merge pull request #12 from Ivanner/main
Browse files Browse the repository at this point in the history
Update GoogleTimeZone.php
  • Loading branch information
freekmurze authored Sep 23, 2022
2 parents 0bc8844 + 564ec1c commit fb86d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GoogleTimeZone.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ protected function getPayload(string $latitude, string $longitude): array
$date = $this->timestamp ?? new DateTime();

return [
'base_url' => '',
'query' => [
'key' => $this->apiKey,
'language' => $this->language,
Expand Down

0 comments on commit fb86d93

Please sign in to comment.