Add serialize option to array cache config (#5244)
This documents the new configuration option from https://github.com/laravel/framework/pull/31295
This commit is contained in:
parent
876142d709
commit
c9cf57a00c
|
@ -39,6 +39,7 @@
|
|||
|
||||
'array' => [
|
||||
'driver' => 'array',
|
||||
'serialize' => false,
|
||||
],
|
||||
|
||||
'database' => [
|
||||
|
|
Loading…
Reference in New Issue