Upgrade to Laravel 13 (#192)

This commit is contained in:
hackerESQ
2026-03-24 19:11:02 -05:00
committed by GitHub
parent d449a89349
commit b1a517ce71
6 changed files with 710 additions and 1080 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class EnsureDailyChangeIsSynced
) {
defer(fn () => $model->portfolio->syncDailyChanges());
Cache::put($cacheKey, now(), now()->addMinutes(5));
Cache::put($cacheKey, true, now()->addMinutes(5));
}
}