Completed
Push — master ( 6815df...d4e03c )
by Jason
05:43
created
code/objects/PageSectionObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
      */
73 73
     public function getCMSFields()
74 74
     {
75
-        $this->beforeUpdateCMSFields(function ($fields) {
75
+        $this->beforeUpdateCMSFields(function($fields) {
76 76
             $fields->addFieldToTab(
77 77
                 'Root.Main',
78 78
                 LinkField::create('BlockLinkID', 'Link'),
Please login to merge, or discard this patch.