Useless parameter
This commit is contained in:
parent
4d43bb07f0
commit
0c18535ac1
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ class Config
|
||||||
{
|
{
|
||||||
foreach (get_object_vars($this) as $prop => $value) {
|
foreach (get_object_vars($this) as $prop => $value) {
|
||||||
$convert = new Convert($prop);
|
$convert = new Convert($prop);
|
||||||
$env = getenv($convert->toSnake(true));
|
$env = getenv($convert->toSnake());
|
||||||
if ($env) {
|
if ($env) {
|
||||||
$this->$prop = Yaml::parse($env);
|
$this->$prop = Yaml::parse($env);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue