From 6612dfd8b7656fcdda3b9708f8e203747b358278 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sat, 20 Jun 2020 08:50:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/command/install/InstallCatchModuleCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extend/catcher/command/install/InstallCatchModuleCommand.php b/extend/catcher/command/install/InstallCatchModuleCommand.php index 60b3d04..74ce243 100644 --- a/extend/catcher/command/install/InstallCatchModuleCommand.php +++ b/extend/catcher/command/install/InstallCatchModuleCommand.php @@ -8,7 +8,7 @@ * @copyright By CatchAdmin * @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt */ -namespace catcher\command; +namespace catcher\command\install; use think\console\Command; use think\console\Input; @@ -22,7 +22,7 @@ class InstallCatchModuleCommand extends Command { $this->setName('install:module') ->addArgument('module', Argument::REQUIRED, 'module name') - ->addOption('modue', '-r',Option::VALUE_NONE, 'reinstall back') + ->addOption('mode', '-r',Option::VALUE_NONE, 'reinstall back') ->setDescription('install catch module'); }