Skip to content

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfietje committed May 21, 2024
1 parent e2e718b commit 922dc18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/forms/src/Components/Repeater.php
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,6 @@ public function getCachedExistingRecords(): Collection
if (
$this->getModelInstance()->relationLoaded($relationshipName) &&
(! $this->modifyRelationshipQueryUsing)

) {
return $this->cachedExistingRecords = $this->getRecord()->getRelationValue($relationshipName)
->when(filled($orderColumn), fn (Collection $records) => $records->sortBy($orderColumn))
Expand Down

0 comments on commit 922dc18

Please sign in to comment.