@@ -55,7 +55,7 @@ |
||
| 55 | 55 | public function get($key, $default = null) |
| 56 | 56 | { |
| 57 | 57 | if ($this->isNested()) { |
| 58 | - $key = $this->parentKey.'.'.$key; |
|
| 58 | + $key = $this->parentKey . '.' . $key; |
|
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | return $this->config->get($key, $default); |