This commit is contained in:
James Cole
2017-11-03 06:58:39 +01:00
parent d30d6b5e19
commit 5e3729e4b4
6 changed files with 44 additions and 5 deletions

View File

@@ -111,7 +111,6 @@ class CurrencyRepository implements CurrencyRepositoryInterface
$currency = TransactionCurrency::find($currencyId);
if (is_null($currency)) {
$currency = new TransactionCurrency;
}
return $currency;