mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 06:51:08 +00:00
Unrelated code cleanup.
This commit is contained in:
@@ -88,8 +88,9 @@ class ReportController extends Controller
|
||||
|
||||
View::share(
|
||||
'subTitle', trans(
|
||||
'firefly.report_default', ['start' => $start->formatLocalized($this->monthFormat), 'end' => $end->formatLocalized($this->monthFormat),]
|
||||
)
|
||||
'firefly.report_default',
|
||||
['start' => $start->formatLocalized($this->monthFormat), 'end' => $end->formatLocalized($this->monthFormat),]
|
||||
)
|
||||
);
|
||||
|
||||
$generator = ReportGeneratorFactory::reportGenerator('Account', $start, $end);
|
||||
|
Reference in New Issue
Block a user