wip
improve import / export flow and clean up relationships
This commit is contained in:
@@ -20,8 +20,10 @@ class BackupImport implements WithMultipleSheets
|
||||
{
|
||||
return [
|
||||
'Portfolios' => new PortfoliosSheet,
|
||||
// 'Transactions' => new TransactionsSheet,
|
||||
'Transactions' => new TransactionsSheet,
|
||||
// 'Daily Changes' => new DailyChangesSheet,
|
||||
];
|
||||
|
||||
// Can listen for AfterSheet to run clean up afterwards
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user