Skip to content

Commit

Permalink
Remove unused line in findTab()
Browse files Browse the repository at this point in the history
This line doesn't appear to be of any use
  • Loading branch information
edwilde committed Dec 12, 2023
1 parent ff38ff1 commit 81541db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Forms/FieldList.php
Expand Up @@ -400,7 +400,6 @@ public function findTab($tabName)
$currentPointer = $this;

foreach ($parts as $k => $part) {
$parentPointer = $currentPointer;
/** @var FormField $currentPointer */
$currentPointer = $currentPointer->fieldByName($part);
}
Expand Down

0 comments on commit 81541db

Please sign in to comment.