fix(API): FormRequest 타입 및 검증 수정

- SendFcmRequest, PositionReorderRequest 수정
- TenantLogoUploadRequest, Salary Requests 수정
- StructureReview Requests 수정
- HandoverReport, SiteBriefing Requests 추가

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-13 19:49:17 +09:00
parent b7c635fb4f
commit 4764eeb9d4
9 changed files with 367 additions and 5 deletions

View File

@@ -34,4 +34,4 @@ public function messages(): array
'platform.in' => __('validation.in', ['attribute' => '플랫폼']),
];
}
}
}