[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
|
*/