增加重置密码命令行功能

This commit is contained in:
augushong
2019-10-17 19:44:59 +08:00
parent 2bf7d7014f
commit e7aa648486
2 changed files with 34 additions and 0 deletions

View File

@@ -5,5 +5,6 @@
return [
// 指令定义
'commands' => [
'app\command\ResetPassword'
],
];