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 - ] + ], ]); } }