Skip to content

Commit b926f2e

Browse files
authored
Merge pull request laravel#4866 from driesvints/add-starts-with-rule
[5.7] Add language entry for starts_with rule
2 parents 7adea12 + 78cb268 commit b926f2e

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)