This commit is contained in:
hackerESQ
2024-08-30 21:58:38 -05:00
parent 2a42ce9d12
commit d6cf867c6d
13 changed files with 361 additions and 122 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ class Holding extends Model
->join('market_data', 'market_data.symbol', 'holdings.symbol');
}
public function sync()
public function syncTransactionsAndDividends()
{
// pull existing transaction data
$query = Transaction::where([