Skip to content

Commit 089dc12

Browse files
authored
Merge pull request #1416 from scrubmx/patch-4
[es] Add field to validation.php
2 parents 193118e + 9440ebc commit 089dc12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/es/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
'string' => ':attribute debe contener al menos :min caracteres.',
9090
'array' => ':attribute debe tener al menos :min elementos.',
9191
],
92+
'multiple_of' => 'El campo :attribute debe ser múltiplo de :value',
9293
'not_in' => ':attribute es inválido.',
9394
'not_regex' => 'El formato del campo :attribute no es válido.',
9495
'numeric' => ':attribute debe ser numérico.',

0 commit comments

Comments
 (0)