Merge branch 'dev'

This commit is contained in:
zpc 2025-05-24 02:55:29 +08:00
commit cb7f70692e
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ class ConfigHelper
if (self::$youda_env !== null) {
return self::$youda_env;
}
$youda_env = env('youda.youda_env', 'production ');
$youda_env = env('youda.youda_env', 'production');
if ($youda_env) {
self::$youda_env = $youda_env;
}

View File

@ -25,7 +25,7 @@ class EnvHelper
if (self::$youda_env !== null) {
return self::$youda_env;
}
$youda_env = env('youda.youda_env', 'production ');
$youda_env = env('youda.youda_env', 'production');
if ($youda_env) {
self::$youda_env = $youda_env;
}