mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Renamed fiscal year start and end variable.
This commit is contained in:
parent
ce9445168c
commit
f50058e3c2
@ -183,8 +183,8 @@ class ReportHelper implements ReportHelperInterface
|
||||
|
||||
if (!isset($months[$year])) {
|
||||
$months[$year] = [
|
||||
'start-fiscal' => $fiscalHelper->startOfFiscalYear($start)->format('Y-m-d'),
|
||||
'end-fiscal' => $fiscalHelper->endOfFiscalYear($start)->format('Y-m-d'),
|
||||
'fiscal_start' => $fiscalHelper->startOfFiscalYear($start)->format('Y-m-d'),
|
||||
'fiscal_end' => $fiscalHelper->endOfFiscalYear($start)->format('Y-m-d'),
|
||||
'start' => Carbon::createFromDate($year, 1, 1)->format('Y-m-d'),
|
||||
'end' => Carbon::createFromDate($year, 12, 31)->format('Y-m-d'),
|
||||
'months' => [],
|
||||
|
Loading…
Reference in New Issue
Block a user