Update validation.php

Minor change
pull/3030/head
Artur Mancha 4 years ago committed by GitHub
parent 9fa1f5b634
commit 3904849e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,13 +14,13 @@ return [
*/
'accepted' => ':attribute deve ser aceito.',
'active_url' => ':attribute não é uma URL válida.',
'active_url' => ':attribute não é uma URL válido.',
'after' => ':attribute deve ser uma data após :date.',
'after_or_equal' => ':attribute deve ser uma data igual ou posterior a :date.',
'alpha' => ':attribute só pode conter letras.',
'alpha_dash' => ':attribute só pode conter letras, números e barras.',
'alpha_dash' => ':attribute só pode conter letras, números e traços.',
'alpha_num' => ':attribute só pode conter letras e números.',
'array' => ':attribute deve ser uma array.',
'array' => ':attribute deve ser uma matriz.',
'before' => ':attribute deve ser uma data antes de :date.',
'before_or_equal' => ':attribute deve ser uma data igual ou anterior a :date.',
'between' => [

Loading…
Cancel
Save