reportService = $reportService; } public function getDefaultDateRange(): string { return 'FY-' . now()->year; } public function loadReportData(): void { $this->trialBalanceReport = $this->reportService->buildTrialBalanceReport($this->startDate, $this->endDate); } }