@@ -62,7 +62,7 @@ |
||
| 62 | 62 | $strategyAppliedGateways = $this->sms->strategy()->apply($gateways); |
| 63 | 63 | $results = []; |
| 64 | 64 | $isSuccessful = false; |
| 65 | - print_r($strategyAppliedGateways);exit; |
|
| 65 | + print_r($strategyAppliedGateways); exit; |
|
| 66 | 66 | foreach ($strategyAppliedGateways as $gateway) { |
| 67 | 67 | try { |
| 68 | 68 | $results[$gateway] = [ |