You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ class MyFilter extends RangeInputFilter {
30
30
// $value will always be [ "from" => ?, "to" => ? ]
31
31
}
32
32
33
-
public function options(Request $request)
33
+
public function options(Request $request) : array
34
34
{
35
35
return [
36
36
'fromPlaceholder' => 0,
@@ -59,4 +59,4 @@ class ExampleNovaResource extends Resource {
59
59
60
60
## License
61
61
62
-
The MIT License (MIT). Please see [License File](https://raw.githubusercontent.com/dcasia/nova-range-input-filter/master/LICENSE) for more information.
62
+
The MIT License (MIT). Please see [License File](https://raw.githubusercontent.com/dcasia/nova-range-input-filter/master/LICENSE) for more information.
0 commit comments