mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
新增查看当前版本命令;简单修改了说明文件;
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
// | 控制台配置
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
use app\common\command\admin\Version;
|
||||
use app\common\command\admin\ResetPassword;
|
||||
use app\common\command\Timer;
|
||||
|
||||
@@ -14,5 +15,6 @@ return [
|
||||
'OssStatic' => 'app\common\command\OssStatic',
|
||||
ResetPassword::class,
|
||||
Timer::class,
|
||||
Version::class
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user