remove apc

This commit is contained in:
Taylor Otwell 2025-05-11 20:55:57 -05:00 committed by Yury Pikhtarev
commit 5422ff23f2
No known key found for this signature in database

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