Completed
Push — master ( 98ffbc...f44bfd )
by Jason
05:56
created
code/objects/PromoObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 
61 61
     public function getCMSFields()
62 62
     {
63
-        $this->beforeUpdateCMSFields(function ($fields) {
63
+        $this->beforeUpdateCMSFields(function($fields) {
64 64
             $fields->addFieldToTab(
65 65
                 'Root.Main',
66 66
                 LinkField::create('LinkID', 'Link'),
Please login to merge, or discard this patch.
code/blocks/CallToActionBlock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 
61 61
     public function getCMSFields()
62 62
     {
63
-        $this->beforeUpdateCMSFields(function ($fields) {
63
+        $this->beforeUpdateCMSFields(function($fields) {
64 64
             $fields->addFieldToTab(
65 65
                 'Root.Main',
66 66
                 LinkField::create('LinkID', 'Link'),
Please login to merge, or discard this patch.
code/objects/PageSectionObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 
61 61
     public function getCMSFields()
62 62
     {
63
-        $this->beforeUpdateCMSFields(function ($fields) {
63
+        $this->beforeUpdateCMSFields(function($fields) {
64 64
             $fields->addFieldToTab(
65 65
                 'Root.Main',
66 66
                 LinkField::create('LinkID', 'Link'),
Please login to merge, or discard this patch.