Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and actions-user committed May 4, 2023
1 parent c38e82f commit 69217d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/WithFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function getFields(): Fields
|| ($this instanceof HasResourceMode && ! $this->isResourceMode());

return Fields::make($this->fields)->when(
!$this instanceof Filter && $resolveChildFields,
! $this instanceof Filter && $resolveChildFields,
fn (Fields $fields) => $fields->resolveChildFields($this)
);
}
Expand Down

0 comments on commit 69217d5

Please sign in to comment.