You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an incorrect condition in the CliLogger::message method in the vendor/laravel/reverb/src/Loggers/CliLogger.php file. The condition should check if message['data']['channel_data'] is a string, not message['data'].
Steps To Reproduce
Log a message with channel_data as a string.
Observe that the channel_data is not decoded correctly.
The text was updated successfully, but these errors were encountered:
Reverb Version
1.4
Laravel Version
11.36
PHP Version
8.3
Description
There is an incorrect condition in the
CliLogger::message
method in thevendor/laravel/reverb/src/Loggers/CliLogger.php
file. The condition should check ifmessage['data']['channel_data']
is a string, notmessage['data']
.Steps To Reproduce
channel_data
as a string.channel_data
is not decoded correctly.The text was updated successfully, but these errors were encountered: