This commit is contained in:
hackerESQ
2024-09-16 00:19:16 -05:00
parent bb8f3ce59d
commit 87681af1f0
-3
View File
@@ -129,9 +129,6 @@ class Dividend extends Model
->havingRaw('dividends_received > 0')
->get();
dump($dividends->toArray());
// iterate through holdings and update
Holding::where(['symbol' => $symbol])
->get()