From 073f82a572c924c99b13b3431175303504b46b92 Mon Sep 17 00:00:00 2001 From: Matheus Nascimento Date: Mon, 6 Feb 2023 11:39:40 -0300 Subject: [PATCH] Update validation.php --- src/pt-BR/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pt-BR/validation.php b/src/pt-BR/validation.php index e538f81..bf7ac23 100644 --- a/src/pt-BR/validation.php +++ b/src/pt-BR/validation.php @@ -96,6 +96,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.', 'not_in' => 'O campo :attribute selecionado é inválido.', 'multiple_of' => 'O campo :attribute deve ser um múltiplo de :value.', 'not_regex' => 'O campo :attribute possui um formato inválido.',