@@ -55,7 +55,7 @@ |
||
55 | 55 | */ |
56 | 56 | public function getCMSFields() |
57 | 57 | { |
58 | - $this->beforeUpdateCMSFields(function ($fields) { |
|
58 | + $this->beforeUpdateCMSFields(function($fields) { |
|
59 | 59 | $fields->removeByName(array( |
60 | 60 | 'ElementFeaturesID', |
61 | 61 | 'Sort', |
@@ -58,7 +58,7 @@ |
||
58 | 58 | */ |
59 | 59 | public function getCMSFields() |
60 | 60 | { |
61 | - $this->beforeUpdateCMSFields(function (FieldList $fields) { |
|
61 | + $this->beforeUpdateCMSFields(function(FieldList $fields) { |
|
62 | 62 | $fields->dataFieldByName('Content') |
63 | 63 | ->setRows(8); |
64 | 64 | $fields->dataFieldByName('Alternate')->setTitle('Alternate images and text'); |