Skip to content

Commit

Permalink
Merge pull request #72 from MatheusNascimentoti99/patch-1
Browse files Browse the repository at this point in the history
Update validation.php. Add tradution to 'missing_with'
  • Loading branch information
lucascudo authored Mar 5, 2023
2 parents 01d7967 + 7d64ea7 commit a22e2f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pt-BR/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
'string' => 'O campo :attribute deve ter pelo menos :min caracteres.',
'array' => 'O campo :attribute deve ter pelo menos :min itens.',
],
'missing_with' => 'O campo :attribute não deve estar presente quando houver :values.',
'min_digits' => 'O campo :attribute deve ter pelo menos :min dígitos',
'not_in' => 'O campo :attribute selecionado é inválido.',
'multiple_of' => 'O campo :attribute deve ser um múltiplo de :value.',
Expand Down

0 comments on commit a22e2f1

Please sign in to comment.