Skip to content

Commit a0861db

Browse files
authored
Update BroadcastCommand.php
1 parent 1126ac5 commit a0861db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/BroadcastCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class BroadcastCommand extends AbstractCommand
2626
* @param array<string, mixed> $tags
2727
* @param string $base64data
2828
*/
29-
public function __construct(array $data, private readonly array $channels, bool $skipHistory = false, array $tags = [], string $base64data = '')
29+
public function __construct(array $data, private array $channels, bool $skipHistory = false, array $tags = [], string $base64data = '')
3030
{
3131
$params = [
3232
'channels' => \array_values($channels),

0 commit comments

Comments
 (0)