From 4fa1c9638e5bcaa407472825c87e6fa417a9d225 Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Thu, 9 Jan 2020 08:22:25 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catch/CatchAdminService.php b/catch/CatchAdminService.php index 4741505..e037a44 100644 --- a/catch/CatchAdminService.php +++ b/catch/CatchAdminService.php @@ -15,6 +15,7 @@ use catcher\command\MigrateRunCommand; use catcher\command\ModelGeneratorCommand; use catcher\command\ModuleCacheCommand; use catcher\command\SeedRunCommand; +use catcher\event\AddCreatorId; use catcher\event\LoadModuleRoutes; use catcher\validates\Sometimes; use think\facade\Validate; @@ -114,7 +115,7 @@ class CatchAdminService extends Service ], 'RouteLoaded' => [ LoadModuleRoutes::class - ] + ], ]); } }