修改服务

This commit is contained in:
wuyanwen
2020-01-21 17:00:45 +08:00
parent 2c732555b0
commit dc5e46e974

View File

@@ -11,6 +11,8 @@ use catcher\command\BackupCommand;
use catcher\command\CompressPackageCommand; use catcher\command\CompressPackageCommand;
use catcher\command\CreateModuleCommand; use catcher\command\CreateModuleCommand;
use catcher\command\InstallCommand; use catcher\command\InstallCommand;
use catcher\command\MigrateCreateCommand;
use catcher\command\MigrateRollbackCommand;
use catcher\command\MigrateRunCommand; use catcher\command\MigrateRunCommand;
use catcher\command\ModelGeneratorCommand; use catcher\command\ModelGeneratorCommand;
use catcher\command\ModuleCacheCommand; use catcher\command\ModuleCacheCommand;
@@ -53,6 +55,8 @@ class CatchAdminService extends Service
BackupCommand::class, BackupCommand::class,
CompressPackageCommand::class, CompressPackageCommand::class,
CreateModuleCommand::class, CreateModuleCommand::class,
MigrateRollbackCommand::class,
MigrateCreateCommand::class,
]); ]);
} }
/** /**