summaryrefslogtreecommitdiff
path: root/src/TableComponent.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/TableComponent.php')
-rw-r--r--src/TableComponent.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TableComponent.php b/src/TableComponent.php
index affb8fd..e50fdb3 100644
--- a/src/TableComponent.php
+++ b/src/TableComponent.php
@@ -182,7 +182,7 @@ abstract class TableComponent extends Component
protected function getFilters(): Collection
{
return $this->getToolbars()
- ->map(fn(Toolbar $toolbar) => $toolbar->getFilters())
+ ->map(fn(Toolbar $toolbar): Collection => $toolbar->getFilters())
->flatten();
}