@@ -105,7 +105,7 @@ |
||
| 105 | 105 | */ |
| 106 | 106 | public function get(string $key, mixed $default = null): mixed |
| 107 | 107 | { |
| 108 | - list($group, ) = $this->parseKey($key); |
|
| 108 | + list($group,) = $this->parseKey($key); |
|
| 109 | 109 | $this->load($group); |
| 110 | 110 | |
| 111 | 111 | return Arr::get($this->items, $key, $default); |