Merge pull request #2 from investbrainapp/dev

fix:make sure splits synced is updated when importing
This commit is contained in:
hackerESQ
2024-11-02 21:03:58 -05:00
committed by GitHub
+1
View File
@@ -93,6 +93,7 @@ class TransactionsSheet implements ToCollection, WithHeadingRow, WithValidation,
], [
'quantity' => 0,
'average_cost_basis' => 0,
'splits_synced_at' => now(),
]);
});
});