@@ -37,7 +37,7 @@ |
||
37 | 37 | |
38 | 38 | public function getCMSFields() |
39 | 39 | { |
40 | - $this->beforeUpdateCMSFields(function (FieldList $fields) { |
|
40 | + $this->beforeUpdateCMSFields(function(FieldList $fields) { |
|
41 | 41 | $fields->dataFieldByName('Content') |
42 | 42 | ->setRows(8); |
43 | 43 | }); |