Jelajahi Sumber

提交参数

sandm 3 tahun lalu
induk
melakukan
de24b79e68
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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 {