mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-08-14 06:54:48 -05:00
Various code cleanup.
This commit is contained in:
@@ -109,7 +109,7 @@ class Range
|
||||
// send error to view if could not set money format
|
||||
if (false === $moneyResult) {
|
||||
Log::error('Could not set locale. The following array doesnt work: ', $localeArray);
|
||||
app('view')->share('invalidMonetaryLocale', true); // @codeCoverageIgnore
|
||||
app('view')->share('invalidMonetaryLocale', true);
|
||||
}
|
||||
|
||||
// save some formats:
|
||||
|
||||
Reference in New Issue
Block a user