From 6a60b03678ff9927e66c98eeff5072274384fcb5 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 4 Nov 2021 23:39:40 +0800 Subject: [PATCH] 111 --- kiri-engine/FileListen/FileChangeCustomProcess.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index bdf6e730..a8ec89eb 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -41,8 +41,7 @@ class FileChangeCustomProcess extends Command protected function configure() { $this->setName('sw:wather') - ->setDescription('server start') - ->addArgument('action', InputArgument::REQUIRED); + ->setDescription('server start'); }