change to daragt

This commit is contained in:
Mekan1206
2026-06-03 19:09:02 +05:00
parent 2c193ee294
commit a7ab94f3ff
2 changed files with 2 additions and 1 deletions

1
Untitled Normal file
View File

@@ -0,0 +1 @@
SMS_API_URL

View File

@@ -33,7 +33,7 @@ if (! function_exists('sendSMS')) {
) )
->post(config('services.sms.url'), [ ->post(config('services.sms.url'), [
'phone' => '+993'.$phone, 'phone' => '+993'.$phone,
'code' => $message, 'message' => $message,
]); ]);
if (! $response->successful()) { if (! $response->successful()) {