We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcd665 commit 0ca9d8fCopy full SHA for 0ca9d8f
1 file changed
src/Config.php
@@ -117,6 +117,7 @@ private static function envVarToArray(array &$array, string $var, string $value)
117
if (!isset($current[$key]) || !is_array($current[$key])) {
118
$current[$key] = [];
119
}
120
+
121
$current = &$current[$key];
122
123
0 commit comments