This commit is contained in:
2021-09-02 14:09:19 +08:00
parent 8a2193d986
commit 260cf02457
+1 -1
View File
@@ -214,7 +214,7 @@ class Application extends BaseApplication
$console = di(\Symfony\Component\Console\Application::class);
$command = $input->getFirstArgument();
if (!empty($command)) {
$command = 'list';
$command = 'help';
}
$command = $console->find($command);
if ($command instanceof Command) {