[8.x] Add missing null cache driver in config/cache.php (#5472)
This commit is contained in:
parent
5182e9c6de
commit
3c814aa8e2
|
@ -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"
|
||||
|
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue