@@ -49,9 +49,9 @@ |
||
| 49 | 49 | if ($groupName) { |
| 50 | 50 | // remove field_ or group_ if already at the beginning of the key |
| 51 | 51 | $value = preg_replace('/^field_|^group_/', '', $value); |
| 52 | - $namespace .= str_replace(' ', '_', $groupName) . '_'; |
|
| 52 | + $namespace .= str_replace(' ', '_', $groupName).'_'; |
|
| 53 | 53 | } |
| 54 | - return strtolower($namespace . $value); |
|
| 54 | + return strtolower($namespace.$value); |
|
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | public function shouldTransformValue($key, $config) |