Cancelled
Push — master ( 493502...0470fe )
by Jason
1216:19 queued 1216:19
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('BlockLinkID', 'Link')
Please login to merge, or discard this patch.