删除旧的安装方式;

This commit is contained in:
2022-04-19 22:45:53 +08:00
parent f9ff73a631
commit fc885a0343
9 changed files with 187 additions and 1289 deletions

View File

@@ -4,7 +4,6 @@
// +----------------------------------------------------------------------
use app\common\command\admin\ResetPassword;
use app\common\command\Install;
use app\common\command\Timer;
return [
@@ -14,7 +13,6 @@ return [
'node' => 'app\common\command\Node',
'OssStatic' => 'app\common\command\OssStatic',
ResetPassword::class,
Install::class,
Timer::class,
],
];