1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

update rules for bank account names

This commit is contained in:
David Bomba 2023-03-06 11:10:14 +11:00
parent 63bf30252d
commit b8abf9b3f8

View File

@ -32,6 +32,7 @@ class UpdateBankIntegrationRequest extends Request
{
/* Ensure we have a client name, and that all emails are unique*/
$rules = [
'bank_account_name' => 'bail|sometimes|min:3',
'auto_sync' => 'sometimes|bool'
];