Passed
Branch master (b8149e)
by Jason
11:08
created
Category
src/Model/BaseElementObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
      */
90 90
     public function getCMSFields()
91 91
     {
92
-        $this->beforeUpdateCMSFields(function ($fields) {
92
+        $this->beforeUpdateCMSFields(function($fields) {
93 93
             $fields->replaceField(
94 94
                 'ElementLinkID',
95 95
                 LinkField::create('ElementLinkID')
Please login to merge, or discard this patch.