Skip to content

Commit 9b9ec01

Browse files
remove apc (#55745)
1 parent fbb65d2 commit 9b9ec01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/session.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
| incoming requests. Laravel supports a variety of storage options to
1414
| persist session data. Database storage is a great default choice.
1515
|
16-
| Supported: "file", "cookie", "database", "apc",
17-
| "memcached", "redis", "dynamodb", "array"
16+
| Supported: "file", "cookie", "database", "memcached",
17+
| "redis", "dynamodb", "array"
1818
|
1919
*/
2020

@@ -97,7 +97,7 @@
9797
| define the cache store which should be used to store the session data
9898
| between requests. This must match one of your defined cache stores.
9999
|
100-
| Affects: "apc", "dynamodb", "memcached", "redis"
100+
| Affects: "dynamodb", "memcached", "redis"
101101
|
102102
*/
103103

0 commit comments

Comments
 (0)