From 28134ea617d8f690d60185e722dc18acd66618e2 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Fri, 13 Sep 2024 20:46:16 -0500 Subject: [PATCH] refresh dividends daily only --- routes/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/console.php b/routes/console.php index c5f8099..8392eea 100644 --- a/routes/console.php +++ b/routes/console.php @@ -20,7 +20,7 @@ Schedule::command(CaptureDailyChange::class)->daily()->weekdays(); * * Refreshes dividend data for your holdings (and syncs new dividends to holdings) */ -Schedule::command(RefreshDividendData::class)->daily(); +Schedule::command(RefreshDividendData::class)->daily()->weekdays(); /** *