@@ -235,7 +235,7 @@  | 
                                                    ||
| 235 | 235 | 'data' => $this->jsonData,  | 
                                                        
| 236 | 236 | 'priority' => $this->priority,  | 
                                                        
| 237 | 237 | ];  | 
                                                        
| 238 | -        if (! empty($this->channelId)) { | 
                                                        |
| 238 | +        if (!empty($this->channelId)) { | 
                                                        |
| 239 | 239 | $message['channelId'] = $this->channelId;  | 
                                                        
| 240 | 240 | }  | 
                                                        
| 241 | 241 | |