8000 remove apc · laravel/laravel@2d8f562 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d8f562

Browse files
committed
remove apc
1 parent f6e4638 commit 2d8f562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/session.php

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)
0