diff --git a/app/Http/Controllers/API/TodaysPick.php b/app/Http/Controllers/API/TodaysPick.php index 8f7c4e0..20927b4 100644 --- a/app/Http/Controllers/API/TodaysPick.php +++ b/app/Http/Controllers/API/TodaysPick.php @@ -20,7 +20,7 @@ class TodaysPick extends Controller */ public function __invoke() { - return Cache::remember('articles.todayspick', 300, function () { + return Cache::remember('articles.todayspick', 600, function () { return Article::with('topics', 'source') ->whereDate('published_date', Carbon::today()) ->inRandomOrder()