mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
More PHP8.4 updates
This commit is contained in:
@@ -102,7 +102,7 @@ class Range
|
||||
$language = app('steam')->getLanguage();
|
||||
$locale = app('steam')->getLocale();
|
||||
\App::setLocale($language);
|
||||
Carbon::setLocale(substr($locale, 0, 2));
|
||||
Carbon::setLocale(substr((string) $locale, 0, 2));
|
||||
|
||||
$localeArray = app('steam')->getLocaleArray($locale);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user