add updates

This commit is contained in:
2024-09-01 18:40:53 +05:00
parent a5978835d0
commit 76d18365a5
38 changed files with 991 additions and 816 deletions

View File

@@ -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',