add ZMRequest class alias

This commit is contained in:
crazywhalecc
2023-01-18 00:50:11 +08:00
committed by Jerry
parent ce048d45a5
commit b0d739e217
3 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ class TextGenerateCommand extends Command
protected function configure()
{
$this->addArgument('name', InputArgument::REQUIRED, '生成的文本内容');
$this->setDescription('生成一些框架本身的文本(内部' . PHP_EOL . '当前包含class-alias-mdupdate-log-md');
}
/**