@@ -21,7 +21,7 @@ |
||
| 21 | 21 | if (!$config->get('key')) { |
| 22 | 22 | throw new GatewayErrorException("key not found", -2, []); |
| 23 | 23 | } |
| 24 | - $params=[ |
|
| 24 | + $params = [ |
|
| 25 | 25 | 'mobile' => $to->getNumber(), |
| 26 | 26 | 'content' => $message->getContent($this), |
| 27 | 27 | 'userId' => $config->get('key'), |