Completed
Pull Request — 1.0 (#38)
by Matthew
12:21
created
code/pages/CatalogCategory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 
29 29
     public function getCMSFields()
30 30
     {
31
-        $this->beforeUpdateCMSFields(function ($fields) {
31
+        $this->beforeUpdateCMSFields(function($fields) {
32 32
             /** @var \FieldList $fields */
33 33
             if ($this->ID) {
34 34
                 // Products
Please login to merge, or discard this patch.