Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop

This commit is contained in:
James Cole
2020-10-26 16:52:34 +01:00
6 changed files with 18 additions and 25 deletions

View File

@@ -350,6 +350,7 @@ class Amount
try {
$value = Crypt::decrypt($value); // verified
} catch (DecryptException $e) {
// ignore decryption error.
}
return $value;