Skip to content

Commit

Permalink
Merge branch '3.1' into 3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2023
2 parents 04cdb0d + 4ef2657 commit 25671da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StringTagField.php
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ protected function getTags($term)
];
}
}
// @todo do we actually need lazy loading limits for StringTagField?

return array_slice(array_values($items ?? []), 0, $this->getLazyLoadItemLimit());
}

Expand Down

0 comments on commit 25671da

Please sign in to comment.