Skip to content

Commit efc7090

Browse files
committed
update readme
1 parent 3133d28 commit efc7090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class MyFilter extends RangeInputFilter {
2727

2828
public function apply(Request $request, $query, $value)
2929
{
30-
// $value will always be an array
30+
// $value will always be [ "from" => ?, "to" => ? ]
3131
}
3232

3333
public function options(Request $request)

0 commit comments

Comments
 (0)