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

@@ -56,4 +56,4 @@ public function messages(): array
'completion_date.after_or_equal' => __('validation.after_or_equal', ['attribute' => '완료일', 'date' => '의뢰일']),
];
}
}
}