add updates
This commit is contained in:
@@ -79,7 +79,7 @@ function sendSMS(string|int $phone, string|int $message)
|
||||
return;
|
||||
}
|
||||
|
||||
$client = new Client();
|
||||
$client = new Client;
|
||||
$headers = [
|
||||
'Content-Type' => 'application/json;charset=utf-8;',
|
||||
'Charset' => 'UTF-8',
|
||||
|
||||
Reference in New Issue
Block a user