Add language entry for starts_with rule

See https://github.com/laravel/framework/pull/26612
This commit is contained in:
Dries Vints 2018-11-26 17:29:42 +01:00
parent 2a483bbf60
commit 78cb2685aa
No known key found for this signature in database
GPG Key ID: BDD2ED2E8C8025E7
1 changed files with 1 additions and 0 deletions

View File

@ -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.',