diff --git a/app/Models/Holding.php b/app/Models/Holding.php index b8c7d87..6cb4d43 100644 --- a/app/Models/Holding.php +++ b/app/Models/Holding.php @@ -36,11 +36,6 @@ class Holding extends Model 'reinvest_dividends' => 'boolean' ]; - protected $attributes = [ - 'realized_gain_dollars' => 0, - 'dividends_earned' => 0, - ]; - /** * Market data for holding *