mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-02-12 06:42:19 +00:00
🤖 Auto commit for release 'develop' on 2026-01-23
This commit is contained in:
@@ -51,7 +51,7 @@ class NewUserFormRequest extends FormRequest
|
||||
'credit_card_limit' => ['nullable', new IsValidAmount()],
|
||||
'amount_currency_id_bank_balance' => 'exists:transaction_currencies,id',
|
||||
'amount_currency_id_savings_balance' => 'exists:transaction_currencies,id',
|
||||
'amount_currency_id_credit_card_limit' => 'exists:transaction_currencies,id'
|
||||
'amount_currency_id_credit_card_limit' => 'exists:transaction_currencies,id',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user