@@ -41,7 +41,7 @@ |
||
41 | 41 | */ |
42 | 42 | public function getCMSFields() |
43 | 43 | { |
44 | - $this->beforeUpdateCMSFields(function (FieldList $fields) { |
|
44 | + $this->beforeUpdateCMSFields(function(FieldList $fields) { |
|
45 | 45 | /** @var HTMLEditorField $editorField */ |
46 | 46 | $fields->removeByName('HTML'); |
47 | 47 | $fields->addFieldsToTab( |