fix(API): Controller 타입 및 코드 정리

- FcmController, EstimateController, ItemsController 개선
- LoanController, PositionController 수정
- ReceivablesController, SalaryController 수정
- StructureReviewController 수정

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-13 19:49:00 +09:00
parent e571f8c38e
commit ba5f402cd8
10 changed files with 234 additions and 6 deletions

View File

@@ -71,4 +71,4 @@ public function reorder(PositionReorderRequest $request)
return $this->service->reorder($request->validated()['items']);
}, __('message.reordered'));
}
}
}