Completed
Pull Request — master (#19)
by Jason
02:01
created
code/blocks/CallToActionBlock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      */
25 25
     public function getCMSFields()
26 26
     {
27
-        $this->beforeUpdateCMSFields(function ($fields) {
27
+        $this->beforeUpdateCMSFields(function($fields) {
28 28
             $fields->addFieldToTab(
29 29
                 'Root.Main',
30 30
                 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
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
      */
69 69
     public function getCMSFields()
70 70
     {
71
-        $this->beforeUpdateCMSFields(function ($fields) {
71
+        $this->beforeUpdateCMSFields(function($fields) {
72 72
             $fields->addFieldToTab(
73 73
                 'Root.Main',
74 74
                 LinkField::create('LinkID', 'Link'),
Please login to merge, or discard this patch.
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.