Completed
Push — master ( 25e3ef...8f4d73 )
by Jason
02:51
created
src/Elements/ElementSlideshow.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 
38 38
     public function getCMSFields()
39 39
     {
40
-        $this->beforeUpdateCMSFields(function (FieldList $fields) {
40
+        $this->beforeUpdateCMSFields(function(FieldList $fields) {
41 41
             $fields->dataFieldByName('Content')
42 42
                 ->setRows(8);
43 43
         });
Please login to merge, or discard this patch.