新增安装模块命令

This commit is contained in:
JaguarJack
2020-07-11 16:13:06 +08:00
parent b9c156e5a7
commit 7adfc93190
3 changed files with 150 additions and 13 deletions

View File

@@ -329,7 +329,7 @@ class InstallProjectCommand extends Command
版本: %s
初始账号: admin@gmail.com
初始密码: admin
', CatchAdmin::VERSION, $year));
', $year, CatchAdmin::VERSION));
exit(0);
}