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 8c7fe34 commit a2c691e
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 @@ -26,7 +26,7 @@ final class BroadcastCommand extends AbstractCommand
* @param array<string, mixed> $tags
* @param string $base64data
*/
public function __construct(array $data, array $channels, bool $skipHistory = false, array $tags = [], string $base64data = '')
public function __construct(array $data, private array $channels, bool $skipHistory = false, array $tags = [], string $base64data = '')
{
$params = [
'channels' => \array_values($channels),
Expand Down

0 comments on commit a2c691e

Please sign in to comment.