From b9d41f9ac0d9ce426fd5af8cfac1c91009577ba4 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Fri, 24 Jan 2025 19:18:27 -0600 Subject: [PATCH] chore: clean up unneeded attributes --- app/Models/Holding.php | 5 ----- 1 file changed, 5 deletions(-) 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 *