删除冗余代码

This commit is contained in:
JaguarJack 2020-06-20 08:51:11 +08:00
parent 9ff6c8d883
commit 49500956dd

View File

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