mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
PHP7 compatible function definitions.
This commit is contained in:
@@ -139,7 +139,7 @@ class Amount
|
||||
}
|
||||
$cache->store(env('DEFAULT_CURRENCY', 'EUR'));
|
||||
|
||||
return env('DEFAULT_CURRENCY', 'EUR'); // @codeCoverageIgnore
|
||||
return env('DEFAULT_CURRENCY', 'EUR');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user