Skip to content

Commit

Permalink
Add language entry for starts_with rule
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Nov 26, 2018
1 parent 2a483bb commit 78cb268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/lang/en/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
'string' => 'The :attribute must be :size characters.',
'array' => 'The :attribute must contain :size items.',
],
'starts_with' => 'The :attribute must start with one of the following: :values',
'string' => 'The :attribute must be a string.',
'timezone' => 'The :attribute must be a valid zone.',
'unique' => 'The :attribute has already been taken.',
Expand Down

0 comments on commit 78cb268

Please sign in to comment.