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