@@ -189,7 +189,7 @@ |
||
| 189 | 189 | $this->throwConfigurationException(); |
| 190 | 190 | } |
| 191 | 191 | |
| 192 | - collect($credentials[$this->mode])->map(function ($value, $key) { |
|
| 192 | + collect($credentials[$this->mode])->map(function($value, $key) { |
|
| 193 | 193 | $this->config[$key] = $value; |
| 194 | 194 | }); |
| 195 | 195 | |