Skip to content

Commit 8108d6f

Browse files
committed
Run correct filter versions
1 parent da96fc8 commit 8108d6f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/DateRangeFilter.php

+5
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,9 @@ public function options(Request $request): array
7575
{
7676
return [];
7777
}
78+
79+
public function key(): string
80+
{
81+
return 'date_range_' . $this->column;
82+
}
7883
}

0 commit comments

Comments
 (0)