From e61b61a220eedbe603142f81fbdf40e1d15a9079 Mon Sep 17 00:00:00 2001 From: yanwenwu Date: Fri, 24 Jan 2020 08:40:04 +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 --- catch/CatchAdminService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/catch/CatchAdminService.php b/catch/CatchAdminService.php index aa6b02e..bb63f1d 100644 --- a/catch/CatchAdminService.php +++ b/catch/CatchAdminService.php @@ -17,6 +17,7 @@ use catcher\command\MigrateRunCommand; use catcher\command\ModelGeneratorCommand; use catcher\command\ModuleCacheCommand; use catcher\command\SeedRunCommand; +use catcher\command\worker\WsWorkerCommand; use catcher\event\LoadModuleRoutes; use catcher\validates\Sometimes; use think\facade\Validate; @@ -57,6 +58,7 @@ class CatchAdminService extends Service CreateModuleCommand::class, MigrateRollbackCommand::class, MigrateCreateCommand::class, + WsWorkerCommand::class, ]); } /**