From dec253d86032f3a783c41855bbe8d6efb2ef9b51 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Sat, 2 Nov 2024 12:35:23 -0500 Subject: [PATCH] fix:make sure splits synced is updated when importing --- app/Imports/Sheets/TransactionsSheet.php | 1 + 1 file changed, 1 insertion(+) 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(), ]); }); });