Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorprogger committed Dec 7, 2024
1 parent 14401e1 commit 1cc4438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/di.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
/* @var array $params */

return [
QueueProviderInterface::class => [
'class' => AdapterFactoryQueueProvider::class,
AdapterFactoryQueueProvider::class => [
'__construct()' => [
'definitions' => $params['yiisoft/queue']['channels'],
],
],
QueueProviderInterface::class => AdapterFactoryQueueProvider::class,
QueueWorker::class => [
'class' => QueueWorker::class,
'__construct()' => [$params['yiisoft/queue']['handlers']],
Expand Down

0 comments on commit 1cc4438

Please sign in to comment.