Fix validation, update version.

This commit is contained in:
James Cole
2021-03-22 06:40:36 +01:00
parent 4affed8f68
commit 7f48a1b6ee
31 changed files with 51 additions and 51 deletions

View File

@@ -60,7 +60,7 @@ return [
'less' => ':attribute deve ser menor do que 10.000.000',
'active_url' => 'O campo :attribute não contém um URL válido.',
'after' => 'O campo :attribute deverá conter uma data posterior a :date.',
'date_after' => 'A data final deve ser anterior à data inicial.',
'date_after' => 'The start date must be before the end date.',
'alpha' => 'O campo :attribute deverá conter apenas letras.',
'alpha_dash' => 'O campo :attribute deverá conter apenas letras, números e traços.',
'alpha_num' => 'O campo :attribute deverá conter apenas letras e números .',