Skip to content

Commit

Permalink
space restored
Browse files Browse the repository at this point in the history
  • Loading branch information
valpuia committed Jun 10, 2023
1 parent 322bbe6 commit 86a3092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tables/src/Concerns/HasFilters.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function parseFilterName(string $name): string
return $name::getDefaultName();
}

protected function getTableFiltersFormColumns(): int|array
protected function getTableFiltersFormColumns(): int | array
{
return match ($this->getTableFiltersLayout()) {
Layout::AboveContent, Layout::BelowContent => [
Expand Down

0 comments on commit 86a3092

Please sign in to comment.