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 3d22b82 commit 496aeb3Copy full SHA for 496aeb3
1 file changed
src/Client.php
@@ -14,7 +14,7 @@
14
15
class Client {
16
public const DEFAULT_URL = 'https://sms.capcom.me/api/3rdparty/v1';
17
- public const USER_AGENT_TEMPLATE = 'android-sms-gateway/1.1 (client; php %s)';
+ public const USER_AGENT_TEMPLATE = 'android-sms-gateway/2.0 (client; php %s)';
18
19
protected string $basicAuth;
20
protected string $baseUrl;
0 commit comments