mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-01 21:19:11 -06:00
Merge pull request #7009 from firefly-iii/fix-object-call
Fix issue with preferences object.
This commit is contained in:
commit
fb595bb335
@ -96,9 +96,7 @@ class PreferencesController extends Controller
|
||||
ksort($groupedAccounts);
|
||||
|
||||
$accountIds = $accounts->pluck('id')->toArray();
|
||||
$viewRangePref = app('navigation')->getViewRange(false);
|
||||
|
||||
$viewRange = $viewRangePref->data;
|
||||
$viewRange = app('navigation')->getViewRange(false);
|
||||
$frontPageAccounts = app('preferences')->get('frontPageAccounts', $accountIds);
|
||||
$language = app('steam')->getLanguage();
|
||||
$languages = config('firefly.languages');
|
||||
|
Loading…
Reference in New Issue
Block a user