[8.x] Add missing null cache driver in config/cache.php (#5472)

This commit is contained in:
Paras Malhotra
2020-11-18 19:15:08 +05:30
committed by GitHub
parent 5182e9c6de
commit 3c814aa8e2

View File

@@ -27,7 +27,7 @@ return [
| 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"
|
*/