Skip to content

Commit 7661e59

Browse files
Https is now true by default
1 parent 08027e3 commit 7661e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Geolocation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Geolocation
2222
/** @var bool */
2323
private $https;
2424

25-
public function __construct(string $apiKey = null, bool $https = false)
25+
public function __construct(string $apiKey = null, bool $https = true)
2626
{
2727
$this->https = $https;
2828

0 commit comments

Comments
 (0)