mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-01 03:05:09 +00:00
Fix code quality with rector [skip ci]
This commit is contained in:
@@ -100,7 +100,7 @@ class MonthReportGenerator implements ReportGeneratorInterface
|
||||
];
|
||||
|
||||
try {
|
||||
$result = view('reports.audit.report', compact('reportType', 'accountIds', 'auditData', 'hideable', 'defaultShow'))
|
||||
$result = view('reports.audit.report', ['reportType' => $reportType, 'accountIds' => $accountIds, 'auditData' => $auditData, 'hideable' => $hideable, 'defaultShow' => $defaultShow])
|
||||
->with('start', $this->start)->with('end', $this->end)->with('accounts', $this->accounts)
|
||||
->render()
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user