Completed
Push — 1.0 ( a1e0eb...115521 )
by Matthew
13:25
created
code/dataobjects/CatalogProduct.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@
 block discarded – undo
170 170
      */
171 171
     public function getCMSFields()
172 172
     {
173
-        $this->beforeUpdateCMSFields(function ($fields) {
173
+        $this->beforeUpdateCMSFields(function($fields) {
174 174
             /** @var \FieldList $fields */
175 175
             $remove = [
176 176
                 'Categories',
Please login to merge, or discard this patch.