diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php index 1a1685b89f..97aebcc28b 100644 --- a/resources/lang/pt_BR/validation.php +++ b/resources/lang/pt_BR/validation.php @@ -84,4 +84,4 @@ return [ 'file' => 'The :attribute must be a file.', 'in_array' => 'The :attribute field does not exist in :other.', 'present' => 'The :attribute field must be present.', -]; +]; \ No newline at end of file