删除冗余代码
This commit is contained in:
parent
9ff6c8d883
commit
49500956dd
@ -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,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user