@@ -46,7 +46,7 @@ |
||
46 | 46 | if ($keys->isEmpty()) { |
47 | 47 | $key = $name; |
48 | 48 | } else { |
49 | - $key = $keys->shift().$keys->reduce(function ($carry, $val) { |
|
49 | + $key = $keys->shift().$keys->reduce(function($carry, $val) { |
|
50 | 50 | return $carry."[$val]"; |
51 | 51 | }); |
52 | 52 | } |