more regular dividend syncs

This commit is contained in:
hackerESQ
2024-09-11 22:00:49 -05:00
parent c0c83ebdbd
commit eb6e7b9002
+2 -2
View File
@@ -20,13 +20,13 @@ Schedule::command(CaptureDailyChange::class)->weekdays();
*
* Refreshes dividend data for your holdings (and syncs new dividends to holdings)
*/
Schedule::command(RefreshDividendData::class)->weekly();
Schedule::command(RefreshDividendData::class)->daily();
/**
*
* Refreshes split data for your holdings (and creates new transactions for new splits)
*/
Schedule::command(RefreshSplitData::class)->monthly();
Schedule::command(RefreshSplitData::class)->weekly();
/**
*