改名
This commit is contained in:
@@ -214,7 +214,7 @@ class Application extends BaseApplication
|
|||||||
$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 = 'list';
|
$command = 'help';
|
||||||
}
|
}
|
||||||
$command = $console->find($command);
|
$command = $console->find($command);
|
||||||
if ($command instanceof Command) {
|
if ($command instanceof Command) {
|
||||||
|
|||||||
Reference in New Issue
Block a user