Skip to content

Commit

Permalink
Added missing dot in required_array_keys validation rule (laravel#5798
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Andrey Helldar authored Feb 6, 2022
1 parent 096638e commit 4c5b774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lang/en/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
'prohibits' => 'The :attribute field prohibits :other from being present.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_array_keys' => 'The :attribute field must contain entries for: :values',
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'The :attribute field is required when :values is present.',
Expand Down

0 comments on commit 4c5b774

Please sign in to comment.