Skip to content

Commit f748799

Browse files
committed
Merge pull request #3678 from themsaid/add-land-line-for-in_array
Add language line for the in_array validation rule
2 parents ec0e06e + 789c75c commit f748799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/lang/en/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'filled' => 'The :attribute field is required.',
4141
'image' => 'The :attribute must be an image.',
4242
'in' => 'The selected :attribute is invalid.',
43+
'in_array' => 'The :attribute field does not exist in :other.',
4344
'integer' => 'The :attribute must be an integer.',
4445
'ip' => 'The :attribute must be a valid IP address.',
4546
'json' => 'The :attribute must be a valid JSON string.',

0 commit comments

Comments
 (0)