Skip to content

Commit

Permalink
FIX Parameter order
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jan 19, 2023
1 parent e238865 commit fccf95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Lumberjack.php
Expand Up @@ -67,7 +67,7 @@ public function updateCMSFields(FieldList $fields)
);

$tab = Tab::create('ChildPages', $this->getLumberjackTitle(), $gridField);
$fields->insertAfter($tab, 'Main');
$fields->insertAfter('Main', $tab);
}
}

Expand Down

0 comments on commit fccf95e

Please sign in to comment.