Skip to content

Commit 151bd3e

Browse files
[Notifier] Fix GoIpTransport
1 parent 8b831f9 commit 151bd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoIpTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ protected function doSend(MessageInterface $message): SentMessage
7171
throw new LogicException(sprintf('The "%s" transport does not support the "From" option.', __CLASS__));
7272
}
7373

74-
$response = $this->client->request('GET', $this->getEndpoint(), [
74+
$response = $this->client->request('GET', 'https://'.$this->getEndpoint(), [
7575
'query' => [
7676
'u' => $this->username,
7777
'p' => $this->password,

0 commit comments

Comments
 (0)