File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 MessageSerializerInterface::class => JsonMessageSerializer::class,
6060 RunCommand::class => [
6161 '__construct() ' => [
62- 'channels ' => array_keys ($ params ['yiisoft/yii- queue ' ]['channel-definitions ' ]),
62+ 'channels ' => array_keys ($ params ['yiisoft/queue ' ]['channel-definitions ' ]),
6363 ],
6464 ],
6565 ListenAllCommand::class => [
6666 '__construct() ' => [
67- 'channels ' => array_keys ($ params ['yiisoft/yii- queue ' ]['channel-definitions ' ]),
67+ 'channels ' => array_keys ($ params ['yiisoft/queue ' ]['channel-definitions ' ]),
6868 ],
6969 ],
7070];
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace Yiisoft \Yii \ Queue \Command ;
5+ namespace Yiisoft \Queue \Command ;
66
77use Symfony \Component \Console \Command \Command ;
88use Symfony \Component \Console \Input \InputArgument ;
You can’t perform that action at this time.
0 commit comments