Skip to content

Commit

Permalink
Add serialize option to array cache config (#5244)
Browse files Browse the repository at this point in the history
This documents the new configuration option from laravel/framework#31295
  • Loading branch information
spawnia committed Mar 4, 2020
1 parent 876142d commit c9cf57a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

'array' => [
'driver' => 'array',
'serialize' => false,
],

'database' => [
Expand Down

0 comments on commit c9cf57a

Please sign in to comment.