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 {
$console = di(\Symfony\Component\Console\Application::class);
$command = $input->getFirstArgument();
if (!empty($command)) {
if (empty($command)) {
$command = 'help';
}
$command = $console->find($command);