Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon authored and github-actions[bot] committed Nov 15, 2023
1 parent d5bc8a8 commit d0bcc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Channels/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ 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 d0bcc0f

Please sign in to comment.