mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-08 02:29:38 -05:00
Cast all translations to strings.
This commit is contained in:
@@ -108,7 +108,7 @@ class HomeController extends Controller
|
||||
if (0 === $count) {
|
||||
return redirect(route('new-user.index'));
|
||||
}
|
||||
$subTitle = trans('firefly.welcomeBack');
|
||||
$subTitle = (string)trans('firefly.welcomeBack');
|
||||
$transactions = [];
|
||||
$frontPage = app('preferences')->get(
|
||||
'frontPageAccounts',
|
||||
|
||||
Reference in New Issue
Block a user