mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Various code cleanup.
This commit is contained in:
@@ -151,7 +151,7 @@ trait RecurringTransactionTrait
|
||||
[
|
||||
'recurrence_id' => $recurrence->id,
|
||||
'transaction_currency_id' => $currency->id,
|
||||
'foreign_currency_id' => null === $foreignCurrency ? null : $foreignCurrency->id,
|
||||
'foreign_currency_id' => $foreignCurrency?->id,
|
||||
'source_id' => $source->id,
|
||||
'destination_id' => $destination->id,
|
||||
'amount' => $array['amount'],
|
||||
|
Reference in New Issue
Block a user