mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Remove reference to a method no longer used.
This commit is contained in:
@@ -63,7 +63,7 @@ class AccountController extends Controller
|
||||
$accountTasker = app(AccountTaskerInterface::class);
|
||||
$accountReport = $accountTasker->getAccountReport($accounts, $start, $end);
|
||||
try {
|
||||
$result = prefixView('reports.partials.accounts', compact('accountReport'))->render();
|
||||
$result = view('reports.partials.accounts', compact('accountReport'))->render();
|
||||
|
||||
} catch (Throwable $e) { // @phpstan-ignore-line
|
||||
Log::debug(sprintf('Could not render reports.partials.accounts: %s', $e->getMessage()));
|
||||
|
Reference in New Issue
Block a user