fixup! Upgrade jawira/case-converter (fixes #262)
This commit is contained in:
parent
0c18535ac1
commit
09bbe3c196
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ class Config
|
|||
{
|
||||
foreach (get_object_vars($this) as $prop => $value) {
|
||||
$convert = new Convert($prop);
|
||||
$env = getenv($convert->toSnake());
|
||||
$env = getenv($convert->toMacro());
|
||||
if ($env) {
|
||||
$this->$prop = Yaml::parse($env);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue