Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/queue-factory' into queue-factory
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Nov 6, 2024
2 parents 4b25f4b + bfd3445 commit 06a3fb8
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 @@ -35,7 +35,7 @@ public function __construct(
private LoggerInterface $logger,
private PushMiddlewareDispatcher $pushMiddlewareDispatcher,
private ?AdapterInterface $adapter = null,
private string $channelName = Queue::DEFAULT_CHANNEL_NAME,
private string $channelName = self::DEFAULT_CHANNEL_NAME,
MiddlewarePushInterface|callable|array|string ...$middlewareDefinitions
) {
$this->middlewareDefinitions = $middlewareDefinitions;
Expand Down

0 comments on commit 06a3fb8

Please sign in to comment.