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 github-actions[bot] committed Jan 23, 2025
1 parent 32b9dc2 commit 6d99484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laravel/src/Forms/FiltersForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function __invoke(): FormBuilderContract
$action = $resource->isAsync() ? '#' : $this->getFormAction();

foreach ($filters->onlyFields() as $filter) {
if(!$filter instanceof ModelRelationField) {
if (! $filter instanceof ModelRelationField) {
$filter->fillData($values);
data_forget($values, $filter->getColumn());
}
Expand Down

0 comments on commit 6d99484

Please sign in to comment.