mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
Remove reference to a method no longer used.
This commit is contained in:
@@ -136,7 +136,7 @@ class IndexController extends Controller
|
||||
|
||||
ksort($piggyBanks);
|
||||
|
||||
return prefixView('piggy-banks.index', compact('piggyBanks', 'accounts'));
|
||||
return view('piggy-banks.index', compact('piggyBanks', 'accounts'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user