diff --git a/app/Imports/Sheets/TransactionsSheet.php b/app/Imports/Sheets/TransactionsSheet.php index ec240f5..544257d 100644 --- a/app/Imports/Sheets/TransactionsSheet.php +++ b/app/Imports/Sheets/TransactionsSheet.php @@ -93,6 +93,7 @@ class TransactionsSheet implements ToCollection, WithHeadingRow, WithValidation, ], [ 'quantity' => 0, 'average_cost_basis' => 0, + 'splits_synced_at' => now(), ]); }); });