Completed
Push — master ( d78442...d3ce5f )
by Jason
03:09
created
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.