改名
This commit is contained in:
@@ -198,7 +198,6 @@ class Application extends BaseApplication
|
||||
$console = di(ConsoleApplication::class);
|
||||
$command = $input->getFirstArgument();
|
||||
if (empty($command)) {
|
||||
$input->setArgument('action', 'restart');
|
||||
$command = 'sw:server';
|
||||
}
|
||||
$command = $console->find($command);
|
||||
|
||||
Reference in New Issue
Block a user