diff --git a/config/auth.php b/config/auth.php index f54d10b..4a78ad8 100644 --- a/config/auth.php +++ b/config/auth.php @@ -276,7 +276,7 @@ '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' => ['array'], 'proof_of_address.*.type' => ['string', 'required'], 'proof_of_address.*.back' => ['string', 'required_without:proof_of_address.*.front'], 'proof_of_address.*.front' => ['string', 'required_without:proof_of_address.*.back'],