Skip to content

Commit

Permalink
Nudge tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksleight committed Jul 4, 2024
1 parent 5bddba1 commit e6f9828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fieldtypes/Replicator.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public function flattenedSetsConfig()

// If the first set doesn't have a nested "set" key, it would be the legacy format.
// We'll put it in a "main" group so it's compatible with the new format.
// This also happens in the "sets" fieldtype.
// This also happens in the "sets" fieldtype
if (! Arr::has($sets->first(), 'sets')) {
$sets = collect([
'main' => [
Expand Down

0 comments on commit e6f9828

Please sign in to comment.