@@ -36,8 +36,9 @@ |
||
| 36 | 36 | 'people' => $people, |
| 37 | 37 | 'configKey' => $key |
| 38 | 38 | ]); |
| 39 | - if ($config) |
|
| 40 | - return $config; |
|
| 39 | + if ($config) { |
|
| 40 | + return $config; |
|
| 41 | + } |
|
| 41 | 42 | if ($create) { |
| 42 | 43 | $config = new Config(); |
| 43 | 44 | $config->setConfigKey($key); |