新增查看当前版本命令;简单修改了说明文件;

This commit is contained in:
2022-07-13 08:53:26 +08:00
parent 74f12504d5
commit 8d52f738ec
3 changed files with 60 additions and 0 deletions

View File

@@ -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
],
];