新增创建模板命令

This commit is contained in:
augushong
2021-01-29 12:39:51 +08:00
parent cfeed897b2
commit 8684bb0c6b
3 changed files with 126 additions and 3 deletions

View File

@@ -2,9 +2,13 @@
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
use app\command\make\View;
return [
// 指令定义
'commands' => [
'app\command\ResetPassword'
'app\command\ResetPassword',
View::class
],
];