소스 검색

chore: ajusta tamanho maximo de imagem

ebagabee 1 개월 전
부모
커밋
b66562ee4a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Http/Requests/UnitRequest.php

+ 2 - 2
app/Http/Requests/UnitRequest.php

@@ -27,9 +27,9 @@ public function rules(): array
             'secondary_email'   => 'sometimes|nullable|email|max:255',
             'phone_number'      => 'sometimes|required|string|max:20',
             'cell_number'       => 'sometimes|nullable|string|max:20',
-            'avatar'                    => 'sometimes|nullable|image|max:10240',
+            'avatar'                    => 'sometimes|nullable|image|max:20480',
             'contracts'                 => 'sometimes|nullable|array',
-            'contracts.*'               => 'file|mimes:pdf|max:10240',
+            'contracts.*'               => 'file|mimes:pdf|max:20480',
 
             'partners'                  => 'sometimes|nullable|array',
             'partners.*.name'           => 'required|string|max:255',