Skip to content

Commit

Permalink
Update src/Command/ListenAllCommand.php
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Babanov <[email protected]>
  • Loading branch information
vjik and viktorprogger authored Nov 11, 2024
1 parent 03b742d commit 5cd929b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/ListenAllCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class ListenAllCommand extends Command
public function __construct(
private readonly QueueProviderInterface $queueProvider,
private readonly LoopInterface $loop,
private readonly array $channels
private readonly array $channels,
) {
parent::__construct();
}
Expand Down

0 comments on commit 5cd929b

Please sign in to comment.