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

View File

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