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