@@ -213,7 +213,7 @@  | 
                                                    ||
| 213 | 213 | 'ttl' => $this->ttl,  | 
                                                        
| 214 | 214 | 'data' => $this->jsonData,  | 
                                                        
| 215 | 215 | ];  | 
                                                        
| 216 | -        if (! empty($this->channelId)) { | 
                                                        |
| 216 | +        if (!empty($this->channelId)) { | 
                                                        |
| 217 | 217 | $message['channelId'] = $this->channelId;  | 
                                                        
| 218 | 218 | }  | 
                                                        
| 219 | 219 | |