adds validation to imports

This commit is contained in:
hackerESQ
2024-08-29 21:39:59 -05:00
parent fc4f44ff05
commit 62f3ca6ef1
6 changed files with 68 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class BackupImport implements WithMultipleSheets
return [
'Portfolios' => new PortfoliosSheet,
'Transactions' => new TransactionsSheet,
// 'Daily Changes' => new DailyChangesSheet,
'Daily Changes' => new DailyChangesSheet,
];
// Can listen for AfterSheet to run clean up afterwards