Skip to content

Commit

Permalink
[rector] Rector fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Dec 1, 2024
1 parent f76ca77 commit 80720c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Http/Requests/Resources/UpdateColumnFormRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ public function getField(): ?Field
);

return $fields
->withoutWrappers()
?->findByColumn(
request()->input('field')
);
->withoutWrappers()->findByColumn(request()->input('field'));
}

/**
Expand Down

0 comments on commit 80720c0

Please sign in to comment.