mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Catch some amounts
This commit is contained in:
@@ -62,7 +62,7 @@ class Request extends FormRequest
|
||||
return [
|
||||
'currency_id' => 'numeric|exists:transaction_currencies,id',
|
||||
'currency_code' => 'min:3|max:51|exists:transaction_currencies,code',
|
||||
'amount' => 'numeric|gt:0',
|
||||
'amount' => 'numeric|gt:0|max:1000000000',
|
||||
'start' => 'date',
|
||||
'end' => 'date',
|
||||
];
|
||||
|
Reference in New Issue
Block a user