改名
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user