Add language line to the validation "distinct" rule

This commit is contained in:
Mohamed Said 2016-02-28 17:08:13 +00:00
parent 83fd3f29e7
commit c36799ddde
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits 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.',
'exists' => 'The selected :attribute is invalid.',
'filled' => 'The :attribute field is required.',