From dc5e46e97471d11b815cdd5469c93dadca92fd94 Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Tue, 21 Jan 2020 17:00:45 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/catch/CatchAdminService.php b/catch/CatchAdminService.php index 2359360..aa6b02e 100644 --- a/catch/CatchAdminService.php +++ b/catch/CatchAdminService.php @@ -11,6 +11,8 @@ use catcher\command\BackupCommand; use catcher\command\CompressPackageCommand; use catcher\command\CreateModuleCommand; use catcher\command\InstallCommand; +use catcher\command\MigrateCreateCommand; +use catcher\command\MigrateRollbackCommand; use catcher\command\MigrateRunCommand; use catcher\command\ModelGeneratorCommand; use catcher\command\ModuleCacheCommand; @@ -53,6 +55,8 @@ class CatchAdminService extends Service BackupCommand::class, CompressPackageCommand::class, CreateModuleCommand::class, + MigrateRollbackCommand::class, + MigrateCreateCommand::class, ]); } /**