diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php index 527734719f..3e4891f349 100644 --- a/resources/lang/pt_BR/validation.php +++ b/resources/lang/pt_BR/validation.php @@ -88,4 +88,4 @@ return [ 'in_array' => 'O campo :attribute não existe em :other.', 'present' => 'O campo :attribute deve estar presente.', 'amount_zero' => 'A quantidade total não pode ser zero', -]; +]; \ No newline at end of file