mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand limit.
This commit is contained in:
@@ -72,7 +72,7 @@ class AutocompleteRequest extends FormRequest
|
||||
public function rules(): array
|
||||
{
|
||||
return [
|
||||
'limit' => 'min:0|max:25'
|
||||
'limit' => 'min:0|max:1337'
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user