mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
完成命令行的安装方式;
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
use app\common\command\admin\ResetPassword;
|
||||
use app\common\command\Install;
|
||||
|
||||
return [
|
||||
// 指令定义
|
||||
@@ -11,6 +12,7 @@ return [
|
||||
'curd' => 'app\common\command\Curd',
|
||||
'node' => 'app\common\command\Node',
|
||||
'OssStatic' => 'app\common\command\OssStatic',
|
||||
ResetPassword::class
|
||||
ResetPassword::class,
|
||||
Install::class
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user