@@ -69,7 +69,7 @@ |
||
| 69 | 69 | */ |
| 70 | 70 | protected function removeFieldsForCurrentTheme(FieldList $fields) |
| 71 | 71 | { |
| 72 | - foreach ((array)$this->config()->hide_fields as $fieldNames) { |
|
| 72 | + foreach ((array) $this->config()->hide_fields as $fieldNames) { |
|
| 73 | 73 | $fields->removeByName($fieldNames); |
| 74 | 74 | } |
| 75 | 75 | return $this; |