Skip to content

Commit 0ca9d8f

Browse files
committed
Update Config.php
1 parent 2bcd665 commit 0ca9d8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ private static function envVarToArray(array &$array, string $var, string $value)
117117
if (!isset($current[$key]) || !is_array($current[$key])) {
118118
$current[$key] = [];
119119
}
120+
120121
$current = &$current[$key];
121122
}
122123

0 commit comments

Comments
 (0)