Smaller max size

This commit is contained in:
James Cole
2024-01-08 12:56:57 +01:00
parent ad981c2bf0
commit fcc0294d07
7 changed files with 7 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ class ExportRequest extends FormRequest
{
return [
'type' => 'in:csv',
'accounts' => 'min:1|max:65536',
'accounts' => 'min:1|max:32768',
'start' => 'date|before:end',
'end' => 'date|after:start',
];