File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 "require" : {
2222 "php" : " >=8.0" ,
2323 "hyperf/tappable" : " ~3.0.0" ,
24+ "hyperf/support" : " ~3.0.0" ,
2425 "hyperf/utils" : " ~3.0.0" ,
2526 "psr/event-dispatcher" : " ^1.0" ,
2627 "symfony/console" : " ^5.0|^6.0"
Original file line number Diff line number Diff line change 3030
3131use function Hyperf \Collection \collect ;
3232use function Hyperf \Coroutine \run ;
33+ use function Hyperf \Support \swoole_hook_flags ;
3334use function Hyperf \Tappable \tap ;
3435
3536abstract class Command extends SymfonyCommand
Original file line number Diff line number Diff line change 1313
1414use Closure ;
1515
16+ use function Hyperf \Support \value ;
17+
1618trait ConfirmableTrait
1719{
1820 /**
Original file line number Diff line number Diff line change 1212namespace HyperfTest \Command ;
1313
1414use Hyperf \Context \ApplicationContext ;
15- use Hyperf \Utils \Reflection \ClassInvoker ;
15+ use Hyperf \Support \Reflection \ClassInvoker ;
1616use HyperfTest \Command \Command \DefaultSwooleFlagsCommand ;
1717use HyperfTest \Command \Command \FooCommand ;
1818use HyperfTest \Command \Command \FooExceptionCommand ;
You can’t perform that action at this time.
0 commit comments