style: Pint 포맷팅 적용
This commit is contained in:
@@ -182,6 +182,7 @@ public function destroy(Request $request, int $id): JsonResponse|Response
|
||||
$month = $request->integer('month', now()->month);
|
||||
$calendarData = $this->fundScheduleService->getCalendarData($year, $month);
|
||||
$summary = $this->fundScheduleService->getMonthlySummary($year, $month);
|
||||
|
||||
return response(view('finance.fund-schedules.partials.calendar', compact('year', 'month', 'calendarData', 'summary')));
|
||||
}
|
||||
|
||||
@@ -229,6 +230,7 @@ public function updateStatus(Request $request, int $id): JsonResponse|Response
|
||||
$month = $request->integer('month', now()->month);
|
||||
$calendarData = $this->fundScheduleService->getCalendarData($year, $month);
|
||||
$summary = $this->fundScheduleService->getMonthlySummary($year, $month);
|
||||
|
||||
return response(view('finance.fund-schedules.partials.calendar', compact('year', 'month', 'calendarData', 'summary')));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user