update:修改指令

This commit is contained in:
JaguarJack
2020-09-17 15:17:22 +08:00
parent c72943da58
commit e30de13d35
4 changed files with 41 additions and 2 deletions

View File

@@ -16,8 +16,8 @@ class CacheTrieCommand extends Command
protected function configure()
{
// 指令配置
$this->setName('cache:trie')
->setDescription('cache trie');
$this->setName('cache:sensitiveWord')
->setDescription('cache sensitive word');
}
protected function execute(Input $input, Output $output)