Skip to content

Commit 4c5b774

Browse files
author
Andrey Helldar
authored
Added missing dot in required_array_keys validation rule (laravel#5798)
1 parent 096638e commit 4c5b774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lang/en/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
'prohibits' => 'The :attribute field prohibits :other from being present.',
109109
'regex' => 'The :attribute format is invalid.',
110110
'required' => 'The :attribute field is required.',
111-
'required_array_keys' => 'The :attribute field must contain entries for: :values',
111+
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
112112
'required_if' => 'The :attribute field is required when :other is :value.',
113113
'required_unless' => 'The :attribute field is required unless :other is in :values.',
114114
'required_with' => 'The :attribute field is required when :values is present.',

0 commit comments

Comments
 (0)