Skip to content

Commit

Permalink
Fix fieldset handling
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Nov 14, 2023
1 parent 48808af commit be7a75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/Fieldset.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ protected function fieldImportsFieldset(array $field): bool
return collect($set['fields'])
->filter(fn ($field) => $this->fieldImportsFieldset($field))
->isNotEmpty();
});
})->isNotEmpty();
})
->isNotEmpty();
}
Expand Down

0 comments on commit be7a75c

Please sign in to comment.