We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97acc3e commit 402c880Copy full SHA for 402c880
src/Client.php
@@ -13,7 +13,7 @@
13
14
class Client {
15
public const DEFAULT_URL = 'https://sms.capcom.me/api/3rdparty/v1';
16
- public const USER_AGENT_TEMPLATE = 'android-sms-gateway/1.0 (client; php %s)';
+ public const USER_AGENT_TEMPLATE = 'android-sms-gateway/1.1 (client; php %s)';
17
18
protected string $basicAuth;
19
protected string $baseUrl;
0 commit comments