remove apc

This commit is contained in:
Taylor Otwell
2025-05-11 20:55:57 -05:00
parent f6e4638ee6
commit 2d8f562092

View File

@@ -13,8 +13,8 @@ return [
| incoming requests. Laravel supports a variety of storage options to
| persist session data. Database storage is a great default choice.
|
| Supported: "file", "cookie", "database", "apc",
| "memcached", "redis", "dynamodb", "array"
| Supported: "file", "cookie", "database", "memcached",
| "redis", "dynamodb", "array"
|
*/