Ken 3 dni temu
rodzic
commit
600ebfa39e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/SmsService.php

+ 1 - 1
app/Services/SmsService.php

@@ -23,7 +23,7 @@ class SmsService
      */
     public static function sendPhoneCode($phone)
     {
-        $username = config('services.telegram.username');
+        $username = config('services.sms.username');
         $password = config('services.sms.password');
         $content = config("services.sms.content");
         $code = mt_rand(100000, 999999);