We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0db15 commit 8242de4Copy full SHA for 8242de4
src/Fcm.php
@@ -60,8 +60,8 @@ public function send()
60
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, CURL_IPRESOLVE_V4);
61
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($fields));
62
$result = json_decode(curl_exec($ch));
63
- curl_close($ch);
+ curl_close($ch);
64
65
- return $result;
+ return $result;
66
}
67
0 commit comments