cleanup
This commit is contained in:
@@ -129,9 +129,6 @@ class Dividend extends Model
|
|||||||
->havingRaw('dividends_received > 0')
|
->havingRaw('dividends_received > 0')
|
||||||
->get();
|
->get();
|
||||||
|
|
||||||
|
|
||||||
dump($dividends->toArray());
|
|
||||||
|
|
||||||
// iterate through holdings and update
|
// iterate through holdings and update
|
||||||
Holding::where(['symbol' => $symbol])
|
Holding::where(['symbol' => $symbol])
|
||||||
->get()
|
->get()
|
||||||
|
|||||||
Reference in New Issue
Block a user