mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Remove unnecessary backslash
This commit is contained in:
@@ -289,7 +289,7 @@ class Amount
|
||||
$currencyCode = $this->tryDecrypt((string)$currencyPreference->data);
|
||||
|
||||
// could still be json encoded:
|
||||
if (\strlen($currencyCode) > 3) {
|
||||
if (strlen($currencyCode) > 3) {
|
||||
$currencyCode = json_decode($currencyCode) ?? 'EUR';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user