We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb58a68 commit 2f3d71bCopy full SHA for 2f3d71b
1 file changed
src/Telegram.php
@@ -14,7 +14,7 @@ public function __construct($token)
14
if (is_null($this->token))
15
throw new TelegramException('Required "token" key not supplied');
16
17
- $this->baseURL = self::BASE_URL . $this->token . DIRECTORY_SEPARATOR;
+ $this->baseURL = self::BASE_URL . $this->token . '/';
18
}
19
20
/**
0 commit comments