Remove obsolete driver option (#6395)

This commit is contained in:
Jonathan Goode
2024-04-19 16:12:29 +01:00
committed by GitHub
parent 0259455a12
commit cf0b40b878

View File

@@ -26,7 +26,7 @@ return [
| well as their drivers. You may even define multiple stores for the | well as their drivers. You may even define multiple stores for the
| same cache driver to group types of items stored in your caches. | same cache driver to group types of items stored in your caches.
| |
| Supported drivers: "apc", "array", "database", "file", "memcached", | Supported drivers: "array", "database", "file", "memcached",
| "redis", "dynamodb", "octane", "null" | "redis", "dynamodb", "octane", "null"
| |
*/ */