fix:remove tagging from caches to enable dynamo db

This commit is contained in:
hackerESQ
2024-10-23 13:43:34 -05:00
parent 339de1ac9a
commit 2995f8b37e
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class DashboardController extends Controller
$user = $request->user()->load(['portfolios', 'holdings', 'transactions']);
// get portfolio metrics
$metrics = cache()->tags(['metrics', 'dashboard', $user->id])->remember(
$metrics = cache()->remember(
'dashboard-metrics-' . $user->id,
10,
function () {