We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hyperf\Coroutine\Channel\Pool
Hyperf\Utils\ChannelPool
1 parent dffd5f7 commit d4b3891Copy full SHA for d4b3891
composer.json
@@ -20,6 +20,7 @@
20
},
21
"require": {
22
"php": ">=8.0",
23
+ "hyperf/tappable": "~3.0.0",
24
"hyperf/utils": "~3.0.0",
25
"psr/event-dispatcher": "^1.0",
26
"symfony/console": "^5.0|^6.0"
src/Command.php
@@ -30,6 +30,7 @@
30
31
use function Hyperf\Collection\collect;
32
use function Hyperf\Coroutine\run;
33
+use function Hyperf\Tappable\tap;
34
35
abstract class Command extends SymfonyCommand
36
{
0 commit comments