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.
1 parent 47ccbfa commit 8ad1646Copy full SHA for 8ad1646
1 file changed
src/Swoole/Delegators/TCPServerDelegator.php
@@ -63,7 +63,7 @@ public function __invoke(ContainerInterface $container, string $serviceName, cal
63
$commandClass = $commandMap[$commandName];
64
$application = new Application();
65
$commandInstance = $container->get($commandClass);
66
- $application->add($commandInstance);
+ $application->addCommand($commandInstance);
67
68
$parsedOptions = [];
69
foreach ($args as $arg) {
0 commit comments