mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Max amounts
This commit is contained in:
@@ -49,7 +49,7 @@ class BudgetIncomeRequest extends Request
|
||||
{
|
||||
// fixed
|
||||
return [
|
||||
'amount' => 'numeric|required|min:0',
|
||||
'amount' => 'numeric|required|min:0|max:1000000000',
|
||||
'start' => 'required|date|before:end',
|
||||
'end' => 'required|date|after:start',
|
||||
];
|
||||
|
Reference in New Issue
Block a user