Skip to content

Commit d4b3891

Browse files
authored
Use Hyperf\Coroutine\Channel\Pool instead of Hyperf\Utils\ChannelPool (#5671)
1 parent dffd5f7 commit d4b3891

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
},
2121
"require": {
2222
"php": ">=8.0",
23+
"hyperf/tappable": "~3.0.0",
2324
"hyperf/utils": "~3.0.0",
2425
"psr/event-dispatcher": "^1.0",
2526
"symfony/console": "^5.0|^6.0"

src/Command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
use function Hyperf\Collection\collect;
3232
use function Hyperf\Coroutine\run;
33+
use function Hyperf\Tappable\tap;
3334

3435
abstract class Command extends SymfonyCommand
3536
{

0 commit comments

Comments
 (0)