Ken преди 3 дни
родител
ревизия
600ebfa39e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);