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.
2 parents 0ede836 + 113a92b commit 60314c9Copy full SHA for 60314c9
src/Components/Pusher/Pusher.php
@@ -59,7 +59,7 @@ protected function sendRequest(string $url, array $data)
59
$response = curl_exec($ch);
60
61
if ($response === false) {
62
- logger()->error('[LaravelUnicomponent] Pusher Send Request Error, data:'. $jsonData);
+ logger()->error('[LaravelUnicomponent] Pusher Send Request Error, data:'.$jsonData);
63
64
return false;
65
}
0 commit comments