update rules for bank account names
This commit is contained in:
parent
63bf30252d
commit
b8abf9b3f8
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue