Skip to content

Commit

Permalink
LP-130 employer information key shorten on config
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Nov 19, 2023
1 parent b82cdc9 commit 781a6c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@
'documents.*.type' => ['string', 'required'],
'documents.*.back' => ['string', 'required_without:documents.*.front'],
'documents.*.front' => ['string', 'required_without:documents.*.back'],
'employer_information' => ['array', 'nullable'],
'employer_information.employer_name' => ['string', 'nullable'],
'employer_information.company_address' => ['string', 'nullable'],
'employer_information.company_registration_number' => ['string', 'nullable'],
'employer' => ['array', 'nullable'],
'employer.employer_name' => ['string', 'nullable'],
'employer.company_address' => ['string', 'nullable'],
'employer.company_registration_number' => ['string', 'nullable'],
'proof_of_address' => ['array', 'required', 'min:1'],
'proof_of_address.*.type' => ['string', 'required'],
'proof_of_address.*.back' => ['string', 'required_without:proof_of_address.*.front'],
Expand Down

0 comments on commit 781a6c1

Please sign in to comment.