Upgrade to Laravel 13 (#192)
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user