From 3745349d5d2152f5f3b20aa7435be2571cde5d86 Mon Sep 17 00:00:00 2001 From: Amir Hossein Date: Sun, 21 Sep 2025 00:13:12 +0330 Subject: [PATCH] Improve upgrade docs --- upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.md b/upgrade.md index d15b1be1cc9..ae68dd01ced 100644 --- a/upgrade.md +++ b/upgrade.md @@ -131,7 +131,7 @@ The `registerPolicies` method of the `AuthServiceProvider` is now invoked automa **Likelihood Of Impact: Medium** -Usage of `Cache::tags()` is only recommended for applications using Memcached. If you are using Redis as your application's cache driver, you should consider moving to Memcached or using an alternative solution. +Usage of `Cache::tags()` is only recommended for applications using Memcached. If you are using Redis as your application's cache driver, you should consider moving to Memcached or upgrade your application to Laravel [12.30.0](https://github.com/laravel/framework/pull/57098). ### Database