Skip to content

Commit a81fae1

Browse files
authored
Update TelegramBotHandler.php
1 parent 6133faa commit a81fae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TelegramBotHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ protected function send(string $message, $option = []): void
7171
$option['verify'] = false;
7272
}
7373
if (!is_null($this->proxy)) {
74-
$option['proxy'] = $this->proxy;a
74+
$option['proxy'] = $this->proxy;
7575
}
7676
$httpClient = new Client($option);
7777

0 commit comments

Comments
 (0)