mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 23:28:20 +00:00
Remove reference to a method no longer used.
This commit is contained in:
@@ -135,7 +135,7 @@ class ShowController extends Controller
|
||||
$showAll = false;
|
||||
$balance = app('steam')->balance($account, $end);
|
||||
|
||||
return prefixView(
|
||||
return view(
|
||||
'accounts.show',
|
||||
compact(
|
||||
'account',
|
||||
@@ -194,7 +194,7 @@ class ShowController extends Controller
|
||||
$showAll = true;
|
||||
$balance = app('steam')->balance($account, $end);
|
||||
|
||||
return prefixView(
|
||||
return view(
|
||||
'accounts.show',
|
||||
compact(
|
||||
'account',
|
||||
|
||||
Reference in New Issue
Block a user