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:
Benedikt Franke 2020-03-04 15:04:39 +01:00 committed by GitHub
parent 876142d709
commit c9cf57a00c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
'array' => [ 'array' => [
'driver' => 'array', 'driver' => 'array',
'serialize' => false,
], ],
'database' => [ 'database' => [