From fe105bd7d2db841fb6d36d9e412b3088e283cb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 4 Nov 2021 18:53:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiri-engine/Application.php | 1 - 1 file changed, 1 deletion(-) diff --git a/kiri-engine/Application.php b/kiri-engine/Application.php index c1b4c7e2..5f26f79d 100644 --- a/kiri-engine/Application.php +++ b/kiri-engine/Application.php @@ -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);