Skip to content

Commit

Permalink
Update BroadcastCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h authored Sep 11, 2024
1 parent c08c546 commit 1126ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/BroadcastCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ final class BroadcastCommand extends AbstractCommand
public function __construct(array $data, private readonly array $channels, bool $skipHistory = false, array $tags = [], string $base64data = '')
{
$params = [
'channels' => $channels,
'channels' => \array_values($channels),
'data' => $data,
];

Expand Down

0 comments on commit 1126ac5

Please sign in to comment.