Remove unused line in findTab()

This line doesn't appear to be of any use
This commit is contained in:
Ed Wilde 2023-12-13 10:28:03 +13:00 committed by GitHub
parent ff38ff1d63
commit 81541db892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -400,7 +400,6 @@ class FieldList extends ArrayList
$currentPointer = $this;
foreach ($parts as $k => $part) {
$parentPointer = $currentPointer;
/** @var FormField $currentPointer */
$currentPointer = $currentPointer->fieldByName($part);
}