mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Removed unnecessary variable.
This commit is contained in:
@@ -82,9 +82,8 @@ class UpgradeDatabase extends Command
|
||||
*/
|
||||
private function currencyInfoToTransactions()
|
||||
{
|
||||
$count = 0;
|
||||
$expanded = 0;
|
||||
$set = TransactionJournal::with('transactions')->get();
|
||||
$count = 0;
|
||||
$set = TransactionJournal::with('transactions')->get();
|
||||
/** @var TransactionJournal $journal */
|
||||
foreach ($set as $journal) {
|
||||
/** @var Transaction $transaction */
|
||||
|
Reference in New Issue
Block a user