sandm 3 жил өмнө
parent
commit
de24b79e68

+ 0 - 1
app/Jobs/SmsJob.php

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