删除冗余代码

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