mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Fix #948
This commit is contained in:
@@ -111,7 +111,6 @@ class CurrencyRepository implements CurrencyRepositoryInterface
|
||||
$currency = TransactionCurrency::find($currencyId);
|
||||
if (is_null($currency)) {
|
||||
$currency = new TransactionCurrency;
|
||||
|
||||
}
|
||||
|
||||
return $currency;
|
||||
|
||||
Reference in New Issue
Block a user