소스 검색

提交参数

sandm 3 년 전
부모
커밋
de24b79e68
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Jobs/SmsJob.php

+ 0 - 1
app/Jobs/SmsJob.php

@@ -97,7 +97,6 @@ class SmsJob implements ShouldQueue
             return;
         }
         try {
-            dd($this->isAuthSms);
             if ($this->isAuthSms) {
                 $code = $smsInstance->sendAuthSms($this->mobile, $template);
             } else {