Skip to content

Commit

Permalink
temp remove broadcasting
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Nov 15, 2023
1 parent 15846c3 commit d5bc8a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Channels/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ public function unsubscribe(Connection $connection): void
*/
public function broadcast(Application $app, array $payload, Connection $except = null): void
{
return;

App::make(ChannelManager::class)
->for($app)
->connections($this)
Expand Down

0 comments on commit d5bc8a8

Please sign in to comment.