mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
新增创建模板命令
This commit is contained in:
@@ -2,9 +2,13 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | 控制台配置
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
use app\command\make\View;
|
||||
|
||||
return [
|
||||
// 指令定义
|
||||
'commands' => [
|
||||
'app\command\ResetPassword'
|
||||
'app\command\ResetPassword',
|
||||
View::class
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user