Skip to content

Commit

Permalink
add validation language line
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 1, 2022
1 parent 5ae2f24 commit 926c48e
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 @@
'prohibits' => 'The :attribute field prohibits :other from being present.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_array_keys' => 'The :attribute field must contain entries for: :values',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'The :attribute field is required when :values is present.',
Expand Down

0 comments on commit 926c48e

Please sign in to comment.