From 3c814aa8e2c842efacc3e2407abf1b58b3e92bce Mon Sep 17 00:00:00 2001 From: Paras Malhotra Date: Wed, 18 Nov 2020 19:15:08 +0530 Subject: [PATCH] [8.x] Add missing null cache driver in config/cache.php (#5472) --- config/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cache.php b/config/cache.php index 7d5976ed..9473acc9 100644 --- a/config/cache.php +++ b/config/cache.php @@ -27,7 +27,7 @@ | same cache driver to group types of items stored in your caches. | | Supported drivers: "apc", "array", "database", "file", - | "memcached", "redis", "dynamodb" + | "memcached", "redis", "dynamodb", "null" | */