Merge branch 'dev'
This commit is contained in:
commit
cb7f70692e
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user