Skip to content

Commit 78cb268

Browse files
committed
Add language entry for starts_with rule
See laravel/framework#26612
1 parent 2a483bb commit 78cb268

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
@@ -108,6 +108,7 @@
108108
'string' => 'The :attribute must be :size characters.',
109109
'array' => 'The :attribute must contain :size items.',
110110
],
111+
'starts_with' => 'The :attribute must start with one of the following: :values',
111112
'string' => 'The :attribute must be a string.',
112113
'timezone' => 'The :attribute must be a valid zone.',
113114
'unique' => 'The :attribute has already been taken.',

0 commit comments

Comments
 (0)