Skip to content

Commit 637c85d

Browse files
committed
wip
1 parent 3131f78 commit 637c85d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/cache.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
| same cache driver to group types of items stored in your caches.
2828
|
2929
| Supported drivers: "apc", "array", "database", "file",
30-
| "memcached", "redis", "dynamodb", "null"
30+
| "memcached", "redis", "dynamodb", "octane", "null"
3131
|
3232
*/
3333

@@ -37,10 +37,6 @@
3737
'driver' => 'apc',
3838
],
3939

40-
'octane' => [
41-
'driver' => 'octane',
42-
],
43-
4440
'array' => [
4541
'driver' => 'array',
4642
'serialize' => false,
@@ -92,6 +88,10 @@
9288
'endpoint' => env('DYNAMODB_ENDPOINT'),
9389
],
9490

91+
'octane' => [
92+
'driver' => 'octane',
93+
],
94+
9595
],
9696

9797
/*

0 commit comments

Comments
 (0)