This commit is contained in:
hackerESQ
2024-08-30 20:22:28 -05:00
parent df1071d628
commit 8b86dace13
14 changed files with 137 additions and 139 deletions
@@ -40,7 +40,6 @@ new class extends Component {
public function holdings(): Collection
{
// dd(Holding::toSql());
$holdings = $this->portfolio
->holdings()
->withCount(['transactions as num_transactions' => function($query) {