force refresh all dividends

This commit is contained in:
hackerESQ
2024-09-19 21:26:15 -05:00
parent e69a8fa4e6
commit 5415c62d49
+1 -1
View File
@@ -26,7 +26,7 @@ class BackupImport implements WithMultipleSheets, WithEvents
return [
AfterImport::class =>
fn() => Artisan::queue(RefreshMarketData::class, ['--force' => true])->chain([
fn() => Artisan::call(RefreshDividendData::class)
fn() => Artisan::call(RefreshDividendData::class, ['--force' => true])
])
];
}