Completed
Pull Request — 2.0 (#181)
by Nic
04:11 queued 01:44
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
 
52 52
             if ($locations = $fields->dataFieldByName('Locations')) {
53 53
                 $config = $locations->getConfig();
Please login to merge, or discard this patch.