Commit 7093812f authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3674 from themsaid/language-for-distinct

Add language line to the validation "distinct" rule
parents 83fd3f29 c36799dd
...@@ -34,6 +34,7 @@ return [ ...@@ -34,6 +34,7 @@ return [
'different' => 'The :attribute and :other must be different.', 'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits digits.', 'digits' => 'The :attribute must be :digits digits.',
'digits_between' => 'The :attribute must be between :min and :max digits.', 'digits_between' => 'The :attribute must be between :min and :max digits.',
'distinct' => 'The :attribute field has a duplicate value.',
'email' => 'The :attribute must be a valid email address.', 'email' => 'The :attribute must be a valid email address.',
'exists' => 'The selected :attribute is invalid.', 'exists' => 'The selected :attribute is invalid.',
'filled' => 'The :attribute field is required.', 'filled' => 'The :attribute field is required.',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment