Completed
Pull Request — 2.0 (#181)
by Nic
06:37
created
code/objects/LocationCategory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 
48 48
     public function getCMSFields()
49 49
     {
50
-        $this->beforeUpdateCMSFields(function ($fields) {
50
+        $this->beforeUpdateCMSFields(function($fields) {
51 51
             $fields->removeByName([
52 52
                 'Locations',
53 53
             ]);
Please login to merge, or discard this patch.