add language line

This commit is contained in:
Taylor Otwell 2022-06-07 10:03:18 -05:00
parent bb0de1f148
commit b084aacc5a
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@
'string' => 'The :attribute must be :size characters.',
],
'starts_with' => 'The :attribute must start with one of the following: :values.',
'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
'string' => 'The :attribute must be a string.',
'timezone' => 'The :attribute must be a valid timezone.',
'unique' => 'The :attribute has already been taken.',