@@ -58,7 +58,7 @@ |
||
58 | 58 | */ |
59 | 59 | public function getCMSFields() |
60 | 60 | { |
61 | - $this->beforeUpdateCMSFields(function ($fields) { |
|
61 | + $this->beforeUpdateCMSFields(function($fields) { |
|
62 | 62 | /* @var FieldList $fields */ |
63 | 63 | $fields->removeByName(array( |
64 | 64 | 'Sort', |
@@ -85,7 +85,7 @@ |
||
85 | 85 | */ |
86 | 86 | public function getCMSFields() |
87 | 87 | { |
88 | - $this->beforeUpdateCMSFields(function ($fields) { |
|
88 | + $this->beforeUpdateCMSFields(function($fields) { |
|
89 | 89 | /** @var FieldList $fields */ |
90 | 90 | $fields->removeByName([ |
91 | 91 | 'Sort', |