From 055f3d5aa976ef99bd4a6021a8f600bb8ef507ec Mon Sep 17 00:00:00 2001 From: yanwenwu Date: Thu, 23 Jan 2020 16:55:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E5=91=BD=E4=BB=A4=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/command/ModelGeneratorCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/catcher/command/ModelGeneratorCommand.php b/extend/catcher/command/ModelGeneratorCommand.php index 92e062c..4cc2d5b 100644 --- a/extend/catcher/command/ModelGeneratorCommand.php +++ b/extend/catcher/command/ModelGeneratorCommand.php @@ -16,8 +16,8 @@ class ModelGeneratorCommand extends Command protected function configure() { $this->setName('create:model') - ->addArgument('model', Argument::REQUIRED, 'model name') ->addArgument('module', Argument::REQUIRED, 'module name') + ->addArgument('model', Argument::REQUIRED, 'model name') ->setDescription('create model'); }