mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 14:48:11 +00:00
Remove reference to a method no longer used.
This commit is contained in:
@@ -59,7 +59,7 @@ class BillController extends Controller
|
||||
$helper = app(ReportHelperInterface::class);
|
||||
$report = $helper->getBillReport($accounts, $start, $end);
|
||||
try {
|
||||
$result = prefixView('reports.partials.bills', compact('report'))->render();
|
||||
$result = view('reports.partials.bills', compact('report'))->render();
|
||||
|
||||
} catch (Throwable $e) { // @phpstan-ignore-line
|
||||
Log::debug(sprintf('Could not render reports.partials.budgets: %s', $e->getMessage()));
|
||||
|
||||
Reference in New Issue
Block a user