fix:wrong key used for daily change time of day config
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ Schedule::command(RefreshMarketData::class)->everyMinute()->weekdays();
|
||||
*
|
||||
* This scheduled job records daily changes to your portfolios every weekday
|
||||
*/
|
||||
Schedule::command(CaptureDailyChange::class)->dailyAt(config('daily_change_time_of_day'))->weekdays();
|
||||
Schedule::command(CaptureDailyChange::class)->dailyAt(config('investbrain.daily_change_time_of_day'))->weekdays();
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user