mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Removed unnecessary variable.
This commit is contained in:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user