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
@@ -31,7 +31,7 @@ class PortfolioController extends Controller
function () use ($portfolio) {
return Holding::query()
->portfolio($portfolio->id)
->getPortfolioMetrics()
->withPortfolioMetrics()
->first();
}
);