improve naming for query scopes

This commit is contained in:
hackerESQ
2024-08-29 18:46:21 -05:00
parent 1e0a149ded
commit c522e399e8
9 changed files with 29 additions and 27 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class DashboardController extends Controller
return
Holding::query()
->myHoldings()
->getPortfolioMetrics()
->withPortfolioMetrics()
->first();
}
);