This commit is contained in:
2021-09-02 14:10:28 +08:00
parent 260cf02457
commit 059898848a
+1 -1
View File
@@ -213,7 +213,7 @@ class Application extends BaseApplication
try { try {
$console = di(\Symfony\Component\Console\Application::class); $console = di(\Symfony\Component\Console\Application::class);
$command = $input->getFirstArgument(); $command = $input->getFirstArgument();
if (!empty($command)) { if (empty($command)) {
$command = 'help'; $command = 'help';
} }
$command = $console->find($command); $command = $console->find($command);