clean up scheduled tasks
This commit is contained in:
@@ -44,6 +44,7 @@ class RefreshDividendData extends Command
|
||||
|
||||
foreach ($holdings as $holding) {
|
||||
$this->line('Refreshing ' . $holding->symbol);
|
||||
|
||||
Dividend::refreshDividendData($holding->symbol);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user