From 11854ec33e93ba300f917d5067dc57d50b686d4e Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Thu, 19 Dec 2019 07:18:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catchAdmin/CatchAdminService.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/catchAdmin/CatchAdminService.php b/catchAdmin/CatchAdminService.php index 9564a7b..064dd2d 100644 --- a/catchAdmin/CatchAdminService.php +++ b/catchAdmin/CatchAdminService.php @@ -9,6 +9,7 @@ use catchAdmin\system\event\OperateLogEvent; use catchAdmin\user\Auth; use catcher\command\BackupCommand; use catcher\command\CompressPackageCommand; +use catcher\command\CreateModuleCommand; use catcher\command\InstallCommand; use catcher\command\MigrateRunCommand; use catcher\command\ModelGeneratorCommand; @@ -49,7 +50,8 @@ class CatchAdminService extends Service ModelGeneratorCommand::class, SeedRunCommand::class, BackupCommand::class, - CompressPackageCommand::class + CompressPackageCommand::class, + CreateModuleCommand::class, ]); } /**