init
All checks were successful
Deploy to Production / deploy (push) Successful in 16s

This commit is contained in:
梁朝伟
2024-11-13 19:38:27 +08:00
parent 2de627ccf7
commit d43464180d
2 changed files with 14 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ class AppVersionUpdateCommand extends Command
{
protected $signature = 'app:version {version?} {--auto}';
protected $description = '更新 .env 文件中的 APP_VERSION 版本号';
protected $description = 'update .env 文件中的 APP_VERSION 版本号';
public function handle()
{