chore: clean up unneeded attributes

This commit is contained in:
hackerESQ
2025-01-24 19:18:27 -06:00
parent f724f450f2
commit b9d41f9ac0
-5
View File
@@ -36,11 +36,6 @@ class Holding extends Model
'reinvest_dividends' => 'boolean'
];
protected $attributes = [
'realized_gain_dollars' => 0,
'dividends_earned' => 0,
];
/**
* Market data for holding
*