@@ -68,7 +68,7 @@ |
||
| 68 | 68 | 'Content-Type:application/json', |
| 69 | 69 | ]; |
| 70 | 70 | |
| 71 | - if(static::$title && $this->message) { |
|
| 71 | + if (static::$title && $this->message) { |
|
| 72 | 72 | $ch = curl_init($url); |
| 73 | 73 | curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); |
| 74 | 74 | curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); |