mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various code cleanup.
This commit is contained in:
@@ -269,15 +269,6 @@ class UpgradeDatabase extends Command
|
||||
$this->updateJournalCurrency($transaction);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
// /** @var Collection $transactions */
|
||||
// $transactions = $transfer->transactions()->where('amount', '>', 0)->get();
|
||||
// $transactions->each(
|
||||
// function (Transaction $transaction) {
|
||||
// $this->updateTransactionCurrency($transaction);
|
||||
// }
|
||||
// );
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user