Ken 3 달 전
부모
커밋
5586de296e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/Services/SmsService.php

+ 2 - 1
app/Services/SmsService.php

@@ -19,9 +19,10 @@ class SmsService
 
     /**
      * @param $phone
+     * @return int
      * @throws Exception
      */
-    public static function sendPhoneCode($phone)
+    public static function sendPhoneCode($phone): int
     {
         $username = config('services.sms.username');
         $password = config('services.sms.password');