Skip to content

Commit

Permalink
Merge pull request #934 from andrey-helldar/patch/2022-03-20/17-55
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed authored Mar 24, 2022
2 parents 7578c54 + 6edce46 commit 948553f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TelegramRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function setHeaders(array $headers): self
public function getDefaultHeaders(): array
{
return [
'User-Agent' => 'Telegram Bot PHP SDK v'.Api::VERSION.' - (https://github.com/irazasyed/telegram-bot-sdk)',
'User-Agent' => 'Telegram Bot PHP SDK v'.Api::VERSION.' (https://github.com/irazasyed/telegram-bot-sdk)',
];
}

Expand Down

0 comments on commit 948553f

Please sign in to comment.