优化服务发现

This commit is contained in:
JaguarJack
2020-06-24 09:46:21 +08:00
parent ee04005d69
commit f6783cb13e
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<?php
namespace catcher;
use catcher\command\install\InstallModuleServiceCommand;
use catcher\command\install\ModuleServiceDiscoverCommand;
use catcher\command\publish\WechatCommand;
use catcher\command\Tools\BackupCommand;
use catcher\command\Tools\CacheTrieCommand;
@@ -77,7 +77,7 @@ class CatchAdminService extends Service
ExcelTaskCommand::class,
WechatCommand::class,
CacheTrieCommand::class,
InstallModuleServiceCommand::class,
ModuleServiceDiscoverCommand::class,
]);
}
/**