Skip to content

Commit

Permalink
Fix Queue
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Nov 18, 2024
1 parent 0354ea8 commit 305d64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function withChannelName(string $channel): self
{
$instance = clone $this;
$instance->channelName = $channel;

$instance->adapter = $this->adapter?->withChannel($channel);
return $instance;
}

Expand Down

0 comments on commit 305d64f

Please sign in to comment.