Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Nov 20, 2023
1 parent 945fa7c commit fd74ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Channels/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public function broadcast(Application $app, array $payload, Connection $except =
}

try {
dump('Sending...');
$connection->send(
json_encode(
Arr::except($payload, 'except')
Expand Down

0 comments on commit fd74ed4

Please sign in to comment.