Thanks to visit codestin.com Credit goes to github.com
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 12f7a93 commit 692e216Copy full SHA for 692e216
1 file changed
IqsmsTransport.php
@@ -61,7 +61,7 @@ protected function doSend(MessageInterface $message): SentMessage
61
'phone' => $message->getPhone(),
62
'text' => $message->getSubject(),
63
'sender' => $message->getFrom() ?: $this->from,
64
- 'clientId' => uniqid('', true),
+ 'clientId' => bin2hex(random_bytes(4)),
65
],
66
67
'login' => $this->login,
0 commit comments