Completed
Pull Request — 1.0 (#39)
by Matthew
12:49
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.