option('force') ?? false)) { $holdings->where('quantity', '>', 0); } if ($this->option('user')) { $holdings->myHoldings($this->option('user')); } foreach ($holdings->get(['symbol']) as $holding) { $this->line('Refreshing ' . $holding->symbol); Dividend::refreshDividendData($holding->symbol); } } }