@@ -32,7 +32,7 @@ |
||
| 32 | 32 | /** |
| 33 | 33 | * @return \SilverStripe\Forms\FieldList |
| 34 | 34 | */ |
| 35 | - public function getCMSFields(){ |
|
| 35 | + public function getCMSFields() { |
|
| 36 | 36 | $fields = parent::getCMSFields(); |
| 37 | 37 | |
| 38 | 38 | $fields->removeByName([ |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | public function getCMSFields() |
| 36 | 36 | { |
| 37 | - $this->beforeUpdateCMSFields(function ($fields) { |
|
| 37 | + $this->beforeUpdateCMSFields(function($fields) { |
|
| 38 | 38 | |
| 39 | 39 | /* // todo readd once Linkable is SS4 compatible |
| 40 | 40 | $fields->addFieldToTab( |
@@ -74,7 +74,7 @@ |
||
| 74 | 74 | */ |
| 75 | 75 | public function getCMSFields() |
| 76 | 76 | { |
| 77 | - $this->beforeUpdateCMSFields(function ($fields) { |
|
| 77 | + $this->beforeUpdateCMSFields(function($fields) { |
|
| 78 | 78 | |
| 79 | 79 | /* |
| 80 | 80 | $fields->addFieldToTab( |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | public function getCMSFields() |
| 36 | 36 | { |
| 37 | - $this->beforeUpdateCMSFields(function ($fields) { |
|
| 37 | + $this->beforeUpdateCMSFields(function($fields) { |
|
| 38 | 38 | |
| 39 | 39 | /* // todo readd once Linkable is SS4 compatible |
| 40 | 40 | $fields->addFieldToTab( |