修改服务

This commit is contained in:
wuyanwen 2020-02-26 11:47:27 +08:00
parent f812033ccc
commit defd10ab91

View File

@ -4,7 +4,7 @@ namespace catcher;
use catcher\command\BackupCommand;
use catcher\command\CompressPackageCommand;
use catcher\command\CreateModuleCommand;
use catcher\command\InstallCommand;
use catcher\command\install\InstallProjectCommand;
use catcher\command\MigrateCreateCommand;
use catcher\command\MigrateRollbackCommand;
use catcher\command\MigrateRunCommand;
@ -53,7 +53,7 @@ class CatchAdminService extends Service
protected function registerCommands(): void
{
$this->commands([
InstallCommand::class,
InstallProjectCommand::class,
ModuleCacheCommand::class,
MigrateRunCommand::class,
ModelGeneratorCommand::class,