@@ -82,7 +82,7 @@ |
||
| 82 | 82 | |
| 83 | 83 | foreach (['params', 'aliases', 'modules', 'components', 'container'] as $key) { |
| 84 | 84 | if (isset($config[$key])) { |
| 85 | - $this->{'setExtra' . ucfirst($key)}($config[$key]); |
|
| 85 | + $this->{'setExtra'.ucfirst($key)}($config[$key]); |
|
| 86 | 86 | } |
| 87 | 87 | } |
| 88 | 88 | |