Completed
Pull Request — master (#12)
by Matthew
03:00
created
src/Elements/ElementAccordion.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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',
Please login to merge, or discard this patch.
src/Model/AccordionPanel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
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',
Please login to merge, or discard this patch.