Completed
Push — master ( d77182...b3448d )
by Keal
02:40
created
src/sms/Sms.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
         if($this->config=='YunTongXun'){
93 93
             $rest=new Rest(config('sms.agents.'.$this->config));
94 94
             return $rest->sendTemplateSMS($this->smsData['to'],$this->smsData['templateData'],$this->smsData['templates']['YunTongXun']);
95
-        }else{
95
+        } else{
96 96
             throw new \Exception('make sure you have choose a right agent');
97 97
         }
98 98
     }
Please login to merge, or discard this patch.