Merge pull request #391 from mathieu-aubin/patch-3

Small Change
This commit is contained in:
Manish Verma
2017-01-28 11:23:03 +05:30
committed by GitHub

View File

@@ -39,7 +39,7 @@ return [
'exists' => 'Le :attribute sélectionné est invalide.',
'image' => 'Le :attribute doit être une image.',
'in' => 'Le :attribute sélectionné est invalide.',
'integer' => 'Le :attribute doit être un integer.',
'integer' => 'Le :attribute doit être un entier.',
'ip' => 'Le :attribute doit être une adresse IP valide.',
'max' => [
'numeric' => 'Le :attribute ne peut pas être plus grand que :max.',